use PROTOTYPE macro in mechglue.h
authorKen Raeburn <raeburn@mit.edu>
Wed, 13 Mar 1996 22:19:37 +0000 (22:19 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 13 Mar 1996 22:19:37 +0000 (22:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7626 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/mechglue/ChangeLog
src/lib/gssapi/mechglue/mechglue.h

index 5bcc1736e51b6574646d98b68c0e81283b89281e..9da259bc99ee3f17137b3b3c71d646b4e93f6d9a 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 12 23:28:57 1996  Ken Raeburn  <raeburn@cygnus.com>
+
+       * mechglue.h (gssd_pname_to_uid, gss_initialize): Use PROTOTYPE
+       macro in declarations.
+
 Sun Mar  3 12:49:25 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * g_imp_sec_context.c, g_exp_sec_context.c: Include string.h
index d6848cb859508b42646efda42032ff829c024d02..a8c9207a135957f249499118ece4a482f428f162 100644 (file)
@@ -36,7 +36,7 @@
 /* GSSAPI Extension functions -- these functions aren't */
 /* in the GSSAPI, but they are provided in this library */
 
-int gssd_pname_to_uid (char *, gss_OID, gss_OID, uid_t *);
-void gss_initialize (void);
+int gssd_pname_to_uid PROTOTYPE((char *, gss_OID, gss_OID, uid_t *));
+void gss_initialize PROTOTYPE((void));
 
 #endif /* _GSS_MECHGLUE_H */