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, 31 Oct 2004 17:02:29 +0100

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

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


--- /home/cvs/gsasl/lib/src/xstep.c     2004/09/24 00:38:10     1.6
+++ /home/cvs/gsasl/lib/src/xstep.c     2004/10/31 16:02:29     1.7
@@ -36,13 +36,14 @@
  * indicate the length of @output).
  *
  * The contents of the @output buffer is unspecified if this functions
- * returns anything other than GSASL_OK or GSASL_NEEDS_MORE.  If this
- * function return GSASL_OK or GSASL_NEEDS_MORE, however, the @output
- * buffer is allocated by this function, and it is the responsibility
- * of caller to deallocate it by calling free (@output).
+ * returns anything other than %GSASL_OK or %GSASL_NEEDS_MORE.  If
+ * this function return %GSASL_OK or %GSASL_NEEDS_MORE, however, the
+ * @output buffer is allocated by this function, and it is the
+ * responsibility of caller to deallocate it by calling free
+ * (@output).
  *
- * Return value: Returns GSASL_OK if authenticated terminated
- *   successfully, GSASL_NEEDS_MORE if more data is needed, or error
+ * Return value: Returns %GSASL_OK if authenticated terminated
+ *   successfully, %GSASL_NEEDS_MORE if more data is needed, or error
  *   code.
  **/
 int
@@ -73,14 +74,14 @@
  * the input and base64 encodes the output.
  *
  * The contents of the @b64output buffer is unspecified if this
- * functions returns anything other than GSASL_OK or GSASL_NEEDS_MORE.
- * If this function return GSASL_OK or GSASL_NEEDS_MORE, however, the
- * @b64output buffer is allocated by this function, and it is the
- * responsibility of caller to deallocate it by calling free
- * (@b64output).
+ * functions returns anything other than %GSASL_OK or
+ * %GSASL_NEEDS_MORE.  If this function return %GSASL_OK or
+ * %GSASL_NEEDS_MORE, however, the @b64output buffer is allocated by
+ * this function, and it is the responsibility of caller to deallocate
+ * it by calling free (@b64output).
  *
- * Return value: Returns GSASL_OK if authenticated terminated
- *   successfully, GSASL_NEEDS_MORE if more data is needed, or error
+ * Return value: Returns %GSASL_OK if authenticated terminated
+ *   successfully, %GSASL_NEEDS_MORE if more data is needed, or error
  *   code.
  **/
 int





reply via email to

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