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