summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ext-proto.h
blob: cb05730a739effa4210a0daa4229b7e3117abbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * $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();
extern char *getenv();

#include <string.h>

#endif /* ! __STDC__ */

#endif /* __EXT_PROTO__ */