/* * $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 KRB5_EXT_PROTO__ #define KRB5_EXT_PROTO__ #ifdef __STDC__ #include #else extern char *malloc(), *realloc(), *calloc(); extern char *getenv(), *index(); #endif /* ! __STDC__ */ #include #endif /* KRB5_EXT_PROTO__ */