summaryrefslogtreecommitdiff
path: root/lib/gnutls_anon_cred.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-25 13:35:43 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-25 13:35:43 +0000
commit141f1a04454ab7cbb31c62070e3b4d0e946d231c (patch)
treebc10c720e649b99b662942cfd93be1d3ebf68c01 /lib/gnutls_anon_cred.c
parenta6e6456ccd8aa59290d998224632ecf56b2fc09f (diff)
downloadgnutls-141f1a04454ab7cbb31c62070e3b4d0e946d231c.tar.gz
Doc fix.
Diffstat (limited to 'lib/gnutls_anon_cred.c')
-rw-r--r--lib/gnutls_anon_cred.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index c2ac568ed4..dde79de41a 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -105,14 +105,13 @@ void gnutls_anon_free_client_credentials(gnutls_anon_client_credentials_t sc)
}
/**
- * gnutls_allocate_anon_client_credentials - Used to allocate a credentials structure
- * @sc: is a pointer to an &gnutls_anon_client_credentials_t structure.
- *
- * This structure is complex enough to manipulate directly thus
- * this helper function is provided in order to allocate it.
- **/
-int gnutls_anon_allocate_client_credentials(gnutls_anon_client_credentials_t
- * sc)
+ * gnutls_anon_allocate_client_credentials - Used to allocate a credentials structure
+ * @sc: is a pointer to an &gnutls_anon_client_credentials_t structure.
+ *
+ * This structure is complex enough to manipulate directly thus
+ * this helper function is provided in order to allocate it.
+ **/
+int gnutls_anon_allocate_client_credentials(gnutls_anon_client_credentials_t * sc)
{
/* anon_dummy is only there for *sc not to be null.
* it is not used at all;