gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 28 Nov 2004 07:10:40 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv2072

Modified Files:
        base64.c 
Log Message:
Doc fix.


--- /home/cvs/gsasl/lib/src/base64.c    2004/11/28 05:17:17     1.6
+++ /home/cvs/gsasl/lib/src/base64.c    2004/11/28 06:10:40     1.7
@@ -36,6 +36,8 @@
  *
  * Return value: Returns %GSASL_OK on success, or %GSASL_MALLOC_ERROR
  *   if input was too large or memory allocation fail.
+ *
+ * Since: 0.2.2
  **/
 int
 gsasl_base64_to (const char *in, size_t inlen, char **out, size_t * outlen)
@@ -64,6 +66,8 @@
  * Return value: Returns %GSASL_OK on success, %GSASL_BASE64_ERROR if
  *   input was invalid, and %GSASL_MALLOC_ERROR on memory allocation
  *   errors.
+ *
+ * Since: 0.2.2
  **/
 int
 gsasl_base64_from (const char *in, size_t inlen, char **out, size_t * outlen)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]