diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-08 17:33:54 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:07:37 -0700 |
commit | d5472ec0bd8a9bb18b15a2398f429fe191070b3f (patch) | |
tree | 6fe4e3fea245fa1e8879b5d5ed95bc4031e593fc /src/reverse_proxy.h | |
parent | 376caf8f25b7f029c13432b1d88fbec5a1be375e (diff) | |
download | tinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.tar.gz tinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.zip |
Renamed file to replace underscores in it with dashes
Diffstat (limited to '')
-rw-r--r-- | src/reverse-proxy.h (renamed from src/reverse_proxy.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reverse_proxy.h b/src/reverse-proxy.h index f27a9de..05d7236 100644 --- a/src/reverse_proxy.h +++ b/src/reverse-proxy.h @@ -1,6 +1,6 @@ -/* $Id: reverse_proxy.h,v 1.1 2005-08-16 04:03:19 rjkaes Exp $ +/* $Id: reverse-proxy.h,v 1.1 2005-08-16 04:03:19 rjkaes Exp $ * - * See 'reverse_proxy.c' for a detailed description. + * See 'reverse-proxy.c' for a detailed description. * * Copyright (C) 2005 Robert James Kaes (rjkaes@users.sourceforge.net) * |