gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/external


From: gsasl-commit
Subject: CVS gsasl/lib/external
Date: Sat, 18 Sep 2004 18:07:29 +0200

Update of /home/cvs/gsasl/lib/external
In directory dopio:/tmp/cvs-serv30943

Modified Files:
        external.h 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/external/external.h     2004/09/18 02:03:48     1.4
+++ /home/cvs/gsasl/lib/external/external.h     2004/09/18 16:07:29     1.5
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef _EXTERNAL_H
-#define _EXTERNAL_H
+#ifndef EXTERNAL_H
+#define EXTERNAL_H
 
 #include "internal.h"
 
@@ -33,8 +33,6 @@
                                        void *mech_data,
                                        const char *input, size_t input_len,
                                        char **output, size_t * output_len);
-extern int _gsasl_external_client_finish (Gsasl_session_ctx * sctx,
-                                         void *mech_data);
 
 extern int _gsasl_external_server_start (Gsasl_session_ctx * sctx,
                                         void **mech_data);
@@ -42,7 +40,5 @@
                                        void *mech_data,
                                        const char *input, size_t input_len,
                                        char **output, size_t * output_len);
-extern int _gsasl_external_server_finish (Gsasl_session_ctx * sctx,
-                                         void *mech_data);
 
-#endif /* _EXTERNAL_H */
+#endif /* EXTERNAL_H */





reply via email to

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