]> git.sur5r.net Git - openldap/blob - contrib/tweb/checkclient_exp.h
Fix dynamic linking dependencies for NT and Unix
[openldap] / contrib / tweb / checkclient_exp.h
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * checkclient_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 *            March 18 1996                Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            March 19 1999              ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
20
21 /*
22  * $Id: checkclient_exp.h,v 1.6 1999/09/10 15:01:16 zrnsk01 Exp $
23  *
24  */
25
26 #ifndef _CHECKCLIENT_EXP_
27 #define _CHECKCLIENT_EXP_
28
29 PUBLIC void checkwwwclient();
30 PUBLIC void decide_access();
31 PUBLIC void get_ip_refuse_clients();
32 PUBLIC int  check_ip_denial();
33 PUBLIC void re_readIPrefuse();
34
35 #endif /* _CHECKCLIENT_EXP_ */