]> git.sur5r.net Git - openldap/blob - contrib/tweb/ch_malloc_exp.h
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
[openldap] / contrib / tweb / ch_malloc_exp.h
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * ch_malloc_exp.h                                                          *
4 *                                                                          *
5 * Function:..File for TWEB-SOFTWARE                                        *
6 *                                                                          *
7 *                                                                          *
8 *                                                                          *
9 * Authors:...Dr. Kurt Spanier & Bernhard Winkler,                          *
10 *            Zentrum fuer Datenverarbeitung, Bereich Entwicklung           *
11 *            neuer Dienste, Universitaet Tuebingen, GERMANY                *
12 *                                                                          *
13 *                                       ZZZZZ  DDD    V   V                *
14 *            Creation date:                Z   D  D   V   V                *
15 *            April 16 1996                Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            November 21 1996           ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
20
21 /*
22  * $Id: ch_malloc_exp.h,v 1.6 1999/09/10 15:01:16 zrnsk01 Exp $
23  *
24  */
25
26 #ifndef _CH_MALLOC_EXP_
27 #define _CH_MALLOC_EXP_
28
29 PUBLIC char * ch_malloc();
30 PUBLIC char * ch_realloc();
31 PUBLIC char * ch_calloc();
32
33
34 #endif /* _CH_MALLOC_EXP_ */