diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-30 16:52:56 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-30 16:52:56 +0000 |
commit | fc94a56f56821957da7cc4c8974dae87881bb514 (patch) | |
tree | 84b8c3b4f5168c5bbacdb8aa5746010d21724234 /src/utils.h | |
parent | a328cefbf067785a867f53df042ca02ec3e6f39d (diff) |
Removed the xstrstr() function since it is no longer used. reqs.c was the
only place it was called from, and strstr() will do the same work.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index da4dd2f..6c22395 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $Id: utils.h,v 1.5 2001-08-27 03:45:34 rjkaes Exp $ +/* $Id: utils.h,v 1.6 2001-08-30 16:52:56 rjkaes Exp $ * * See 'utils.h' for a detailed description. * @@ -21,9 +21,6 @@ #include "tinyproxy.h" -extern char *xstrstr(char *haystack, char *needle, size_t length, - bool_t case_sensitive); - extern int httperr(struct conn_s *connptr, int err, const char *msg); extern void makedaemon(void); |