summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ext-proto.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-29 15:04:55 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-29 15:04:55 +0000
commited409f1bedbc389b5c78e35f6fb615e6058e6805 (patch)
tree3eefff34f71de49a27bbe4f576fa301b6843cbae /src/include/krb5/ext-proto.h
parent5058ac6c66f3283fa0c3ba2f204cef514a3547ad (diff)
downloadkrb5-ed409f1bedbc389b5c78e35f6fb615e6058e6805.tar.gz
krb5-ed409f1bedbc389b5c78e35f6fb615e6058e6805.tar.xz
krb5-ed409f1bedbc389b5c78e35f6fb615e6058e6805.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@177 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ext-proto.h')
-rw-r--r--src/include/krb5/ext-proto.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
new file mode 100644
index 0000000000..8a6185e7ba
--- /dev/null
+++ b/src/include/krb5/ext-proto.h
@@ -0,0 +1,29 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * Prototypes for external (libc) funtions.
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __EXT_PROTO__
+#define __EXT_PROTO__
+
+#ifdef __STDC__
+#include <stdlib.h>
+#else
+
+extern char *malloc(), *index(), *calloc();
+
+#include <string.h>
+
+#endif /* ! __STDC__ */
+
+#endif /* __EXT_PROTO__ */