*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Fri, 30 Mar 1990 14:20:41 +0000 (14:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 30 Mar 1990 14:20:41 +0000 (14:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@435 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/os-proto.h [new file with mode: 0644]

diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
new file mode 100644 (file)
index 0000000..af8fbb6
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * LIBOS internal function prototypes.
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef KRB5_LIBOS_INT_PROTO__
+#define KRB5_LIBOS_INT_PROTO__
+
+#ifdef SOCK_DGRAM                      /* XXX hack... */
+krb5_error_code krb5_locate_kdc
+    PROTOTYPE((krb5_data *,
+              struct sockaddr **,
+              int *));
+#endif
+
+#endif /* KRB5_LIBOS_INT_PROTO__ */