Remove INTERFACE keyworded; not needed (and causes problems) since
authorTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 22:50:22 +0000 (22:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 22:50:22 +0000 (22:50 +0000)
we're not exporting this function to the DLL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8809 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/rel_buffer.c
src/lib/gssapi/generic/rel_oid_set.c

index 3b0f1fb86b0273200927390c02dd36ace0b2912f..ebafc0fe35eb87ca36865ffcc583966186362f56 100644 (file)
@@ -1,3 +1,10 @@
+Wed Jul 24 18:48:43 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * rel_buffer.c (generic_gss_release_buffer): 
+       * rel_oid_set.c (generic_gss_release_oid_set): Remove INTERFACE
+               keyworded; not needed (and causes problems) since we're
+               not exporting this function to the DLL.
+
 Tue Jul 23 16:44:50 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * util_validate.c: Only include <sys/file.h> if building with BSD_DB.
index d367ef31ec15be1f28980774076180f1ebc223f2..f5d923b0940f49da5b65ce9a489f632e45780585 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdlib.h>
 #endif
 
-OM_uint32 INTERFACE
+OM_uint32
 generic_gss_release_buffer (minor_status,
                            buffer)
      OM_uint32 *               minor_status;
index 01e814bcb4c2b3f8b2b8f07ee72bdd871812a54c..e3a4ff07e574de146b28549e6150c121c2973a5a 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdlib.h>
 #endif
 
-OM_uint32 INTERFACE
+OM_uint32
 generic_gss_release_oid_set (minor_status,
                             set)
      OM_uint32 *               minor_status;