MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter

than redocumenting the changes here. :)
This commit is contained in:
Robert James Kaes 2000-09-12 00:04:42 +00:00
parent 9f080da488
commit 392c97e3d1
2 changed files with 524 additions and 705 deletions

1221
src/reqs.c

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
/* $Id: reqs.h,v 1.1.1.1 2000-02-16 17:32:23 sdyoung Exp $ /* $Id: reqs.h,v 1.2 2000-09-12 00:04:42 rjkaes Exp $
* *
* See 'reqs.c' for a detailed description. * See 'reqs.c' for a detailed description.
* *
@ -16,9 +16,9 @@
* General Public License for more details. * General Public License for more details.
*/ */
#ifndef _REQS_H_ #ifndef _TINYPROXY_REQS_H_
#define _REQS_H_ 1 #define _TINYPROXY_REQS_H_
extern int getreqs(void); extern void handle_connection(int fd);
#endif #endif