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: Sat, 18 Sep 2004 20:01:31 +0200

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

Modified Files:
        internal.h 
Log Message:
Doc fix.


--- /home/cvs/gsasl/lib/src/internal.h  2004/09/18 17:35:24     1.10
+++ /home/cvs/gsasl/lib/src/internal.h  2004/09/18 18:01:31     1.11
@@ -92,7 +92,7 @@
   _Gsasl_mechanism *server_mechs;
   void *application_data;
   /* Global callback. */
-  Gsasl_callback cb;
+  Gsasl_callback_function cb;
   /* Global properties. */
   char *anonymous_token;
   char *authid;
@@ -134,7 +134,7 @@
   void *mech_data;
   /* Session specific callback.  If NULL, use global callback in
    * ctx->cb.  */
-  Gsasl_callback cb;
+  Gsasl_callback_function cb;
   /* Session specific properties.  If NULL, use corresponding global
    * property. */
   char *anonymous_token;





reply via email to

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