aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential_misc.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-01-04 15:28:02 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-01-04 15:29:45 +0100
commit78705d5a49d7066a01b832546d2507456a3c5d2c (patch)
treeb0e5f72bdde4574f20c0b89ee56295f83b954800 /src/credential/credential_misc.c
parent272921672ec094644a1ddbbfacb96581e72ed443 (diff)
downloadgnunet-78705d5a49d7066a01b832546d2507456a3c5d2c.tar.gz
gnunet-78705d5a49d7066a01b832546d2507456a3c5d2c.zip
-cleanup doc; fixes
Diffstat (limited to 'src/credential/credential_misc.c')
-rw-r--r--src/credential/credential_misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/credential/credential_misc.c b/src/credential/credential_misc.c
index 7849e81e6..c94c33919 100644
--- a/src/credential/credential_misc.c
+++ b/src/credential/credential_misc.c
@@ -20,7 +20,7 @@
20 20
21 21
22/** 22/**
23 * @file credential/credential_mic.c 23 * @file credential/credential_misc.c
24 * @brief Misc API for credentials 24 * @brief Misc API for credentials
25 * 25 *
26 * @author Martin Schanzenbach 26 * @author Martin Schanzenbach
@@ -113,7 +113,6 @@ GNUNET_CREDENTIAL_credential_from_string (const char* s)
113/** 113/**
114 * Issue an attribute to a subject 114 * Issue an attribute to a subject
115 * 115 *
116 * @param handle handle to the Credential service
117 * @param issuer the ego that should be used to issue the attribute 116 * @param issuer the ego that should be used to issue the attribute
118 * @param subject the subject of the attribute 117 * @param subject the subject of the attribute
119 * @param attribute the name of the attribute 118 * @param attribute the name of the attribute