From ed409f1bedbc389b5c78e35f6fb615e6058e6805 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Jan 1990 15:04:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@177 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/include/krb5/ext-proto.h diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h new file mode 100644 index 000000000..8a6185e7b --- /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 + * . + * + * Prototypes for external (libc) funtions. + */ + +#include + +#ifndef __EXT_PROTO__ +#define __EXT_PROTO__ + +#ifdef __STDC__ +#include +#else + +extern char *malloc(), *index(), *calloc(); + +#include + +#endif /* ! __STDC__ */ + +#endif /* __EXT_PROTO__ */ -- 2.26.2