]> git.sur5r.net Git - openldap/blob - contrib/tweb/html_exp.h
Update man page date.
[openldap] / contrib / tweb / html_exp.h
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * html_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 *            February 13 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: html_exp.h,v 1.6 1999/09/10 15:01:17 zrnsk01 Exp $
23  *
24  */
25
26 #ifndef _HTML_EXP_
27 #define _HTML_EXP_
28
29 PUBLIC void print_attr(/*ld, fp, dn, label, tattr, e, flag, doNotShow, glob*/);
30 PUBLIC void form_attr(/*ld, fp, label, tattr, e, multiline, add_empty, glob*/);
31 PUBLIC void do_pict(/*ld, fp, dn, type, glob*/);
32 PUBLIC void do_audio(/*ld, fp, dn, type, glob*/);
33 PUBLIC void do_sizelimit(/*fp, type, glob*/);
34 PUBLIC void do_error(/*fp, code, status, glob*/);
35 PUBLIC void explain_error (/*fp, error, status, glob */);
36 PUBLIC void make_header (/*fp, dn, action, glob*/);
37 PUBLIC char * url_complete (/*gwp_url, rdn, separator*/);
38
39
40
41 #endif /* _HTML_EXP_ */