we're not exporting this function to the DLL.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8809
dc483132-0cff-0310-8789-
dd5450dbe970
+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.
#include <stdlib.h>
#endif
-OM_uint32 INTERFACE
+OM_uint32
generic_gss_release_buffer (minor_status,
buffer)
OM_uint32 * minor_status;
#include <stdlib.h>
#endif
-OM_uint32 INTERFACE
+OM_uint32
generic_gss_release_oid_set (minor_status,
set)
OM_uint32 * minor_status;