A static function must not use the INTERFACE keyword
authorTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 04:08:49 +0000 (04:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 04:08:49 +0000 (04:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8241 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/get_creds.c

index 1696cb5dce2cb792272e0479c72419983b8a821e..55a12e3cb6886b9c4f95ef93560070c81afb7d8c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun  6 00:06:18 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * get_creds.c (krb5_get_credentials_core): A static function must
+               not use the INTERFACE keyword.
+
 Tue May 14 18:39:22 1996  Richard Basch  <basch@lehman.com>
 
        * mk_req_ext.c mk_safe.c send_tgs.c:
index 3bc633c412c4b60c43aadd66e82fe0089278653e..19cff036564bbe532a10a81180e5f08e8b66ac97 100644 (file)
@@ -42,7 +42,7 @@
 
 #include "k5-int.h"
 
-static krb5_error_code INTERFACE
+static krb5_error_code
 krb5_get_credentials_core(context, options, ccache, in_creds, out_creds,
                          mcreds, fields)
     krb5_context context;