aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential_misc.h')
-rw-r--r--src/credential/credential_misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/credential/credential_misc.h b/src/credential/credential_misc.h
index b06ee98cf..0411f0af3 100644
--- a/src/credential/credential_misc.h
+++ b/src/credential/credential_misc.h
@@ -27,10 +27,10 @@
27#include "gnunet_credential_service.h" 27#include "gnunet_credential_service.h"
28 28
29char * 29char *
30GNUNET_CREDENTIAL_credential_to_string ( 30GNUNET_CREDENTIAL_credential_to_string(
31 const struct GNUNET_CREDENTIAL_Credential *cred); 31 const struct GNUNET_CREDENTIAL_Credential *cred);
32 32
33struct GNUNET_CREDENTIAL_Credential * 33struct GNUNET_CREDENTIAL_Credential *
34GNUNET_CREDENTIAL_credential_from_string (const char *str); 34GNUNET_CREDENTIAL_credential_from_string(const char *str);
35 35
36#endif 36#endif