14 lines
186 B
C
14 lines
186 B
C
|
|
/*************
|
||
|
|
* Header file for input.c
|
||
|
|
* 1999 E. Rouat
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef INPUT_H_INCLUDED
|
||
|
|
#define INPUT_H_INCLUDED
|
||
|
|
|
||
|
|
|
||
|
|
void Input(REQUEST *request, RESPONSE *response);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|