]> git.sur5r.net Git - openldap/blob - contrib/tweb/x500_exp.h
318d97ae06f0b23005be8129ba43a01f25a97f44
[openldap] / contrib / tweb / x500_exp.h
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * x500_exp.h.                                                              *
4 *                                                                          *
5 * Function:..Header-Datei fuer 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 *            February 13 1996             Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            January 10 1999            ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
20
21 /*
22  * $Id: x500_exp.h,v 1.6 1999/09/10 15:01:21 zrnsk01 Exp $
23  *
24  */
25
26 #ifndef _X500_EXP_
27 #define _X500_EXP_
28
29 PUBLIC void do_menu(/*ld, fp, dn, glob*/);
30 PUBLIC void do_xtend(/*ld, fp, dn, glob*/);
31 PUBLIC int do_search(/*ld, fp, query, glob*/);
32 PUBLIC void do_read(/*ld, fp, dn, amore, glob*/);
33 PUBLIC void do_form(/*ld, fp, query, glob*/);
34 PUBLIC void do_modify(/*ld, fp, query, glob*/);
35 PUBLIC char * make_oc_to_string(/*oc*/);
36 PUBLIC LDAP *get_ldap_connection( /* host, port, glob */ );
37 PUBLIC void close_ldap_connections();
38
39
40 #endif /* _X500_EXP_ */