summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-03-30 14:20:41 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-03-30 14:20:41 +0000
commite9cc87f187d3a3c4929b6dedd213891c1f52f215 (patch)
treed08a55bfc5676944ba6b0e80f3f9ac15677ea8d6 /src
parent61dbe2a755c797117ac34f2f7603d968c55ebb51 (diff)
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@435 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/os/os-proto.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
new file mode 100644
index 0000000000..af8fbb69f0
--- /dev/null
+++ b/src/lib/krb5/os/os-proto.h
@@ -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__ */