*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 15:04:55 +0000 (15:04 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 15:04:55 +0000 (15:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@177 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h [new file with mode: 0644]

diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h
new file mode 100644 (file)
index 0000000..8a6185e
--- /dev/null
@@ -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__ */