diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-09-12 00:04:42 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-09-12 00:04:42 +0000 |
commit | 392c97e3d1341147d71d597aefd175e34e1aee6a (patch) | |
tree | f907805f15cb747c1dbf47321d632cc5615d78b0 /src/reqs.h | |
parent | 9f080da4887c8edcf91d68829838e32d7cda48f7 (diff) |
MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter
than redocumenting the changes here. :)
Diffstat (limited to 'src/reqs.h')
-rw-r--r-- | src/reqs.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. * @@ -16,9 +16,9 @@ * General Public License for more details. */ -#ifndef _REQS_H_ -#define _REQS_H_ 1 +#ifndef _TINYPROXY_REQS_H_ +#define _TINYPROXY_REQS_H_ -extern int getreqs(void); +extern void handle_connection(int fd); #endif |