mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
34 lines
1.7 KiB
C
34 lines
1.7 KiB
C
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
|
* *
|
|
* queries_exp.h *
|
|
* *
|
|
* Function:..File for TWEB-SOFTWARE *
|
|
* *
|
|
* *
|
|
* *
|
|
* Authors:...Dr. Kurt Spanier & Bernhard Winkler, *
|
|
* Zentrum fuer Datenverarbeitung, Bereich Entwicklung *
|
|
* neuer Dienste, Universitaet Tuebingen, GERMANY *
|
|
* *
|
|
* ZZZZZ DDD V V *
|
|
* Creation date: Z D D V V *
|
|
* February 13 1996 Z D D V V *
|
|
* Last modification: Z D D V V *
|
|
* November 21 1996 ZZZZ DDD V *
|
|
* *
|
|
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
|
|
|
|
/*
|
|
* $Id: queries_exp.h,v 1.6 1999/09/10 15:01:18 zrnsk01 Exp $
|
|
*
|
|
*/
|
|
|
|
#ifndef _QUERIES_EXP_
|
|
#define _QUERIES_EXP_
|
|
|
|
PUBLIC void do_queries(/* s, glob , ip_addr, ip_port*/);
|
|
PUBLIC void timeoutf(/*sig*/);
|
|
|
|
|
|
#endif /* _QUERIES_EXP_ */
|