diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 19:31:09 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 19:31:09 +0000 |
commit | 2057ffdb50231dd9888e66b56c39e6afee25981e (patch) | |
tree | 5150834c412f42dff9dde699d63d529f5d68dbb0 /src | |
parent | 99ec9655444730e8dc9ded2cc04821a164c15643 (diff) | |
download | tinyproxy-2057ffdb50231dd9888e66b56c39e6afee25981e.tar.gz tinyproxy-2057ffdb50231dd9888e66b56c39e6afee25981e.zip |
# Changed the wording of the header comment to remove the reference to
"dnsserver"
Diffstat (limited to '')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h index e3854f0..be696cf 100644 --- a/src/common.h +++ b/src/common.h @@ -1,9 +1,9 @@ -/* $Id: common.h,v 1.4 2003-03-13 16:56:28 rjkaes Exp $ +/* $Id: common.h,v 1.5 2003-03-13 19:31:09 rjkaes Exp $ * * This file groups all the headers required throughout the tinyproxy * system. All this information use to be in the "tinyproxy.h" header, - * but since dnsserver.c also needs these headers, so it's been moved into - * this file. + * but various other "libraries" in the program need the same information, + * without the tinyproxy specific defines. * * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com) * |