summaryrefslogtreecommitdiff
path: root/src/reverse-proxy.c
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-03-08 17:33:54 -0800
committerMukund Sivaraman <muks@banu.com>2008-03-13 15:07:37 -0700
commitd5472ec0bd8a9bb18b15a2398f429fe191070b3f (patch)
tree6fe4e3fea245fa1e8879b5d5ed95bc4031e593fc /src/reverse-proxy.c
parent376caf8f25b7f029c13432b1d88fbec5a1be375e (diff)
downloadtinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.tar.gz
tinyproxy-d5472ec0bd8a9bb18b15a2398f429fe191070b3f.zip
Renamed file to replace underscores in it with dashes
Diffstat (limited to '')
-rw-r--r--src/reverse-proxy.c (renamed from src/reverse_proxy.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reverse_proxy.c b/src/reverse-proxy.c
index 40f15f4..a89db0d 100644
--- a/src/reverse_proxy.c
+++ b/src/reverse-proxy.c
@@ -1,4 +1,4 @@
-/* $Id: reverse_proxy.c,v 1.1 2005-08-16 04:03:19 rjkaes Exp $
+/* $Id: reverse-proxy.c,v 1.1 2005-08-16 04:03:19 rjkaes Exp $
*
* Allow tinyproxy to be used as a reverse proxy.
*
@@ -16,7 +16,7 @@
*/
#include "tinyproxy.h"
-#include "reverse_proxy.h"
+#include "reverse-proxy.h"
#include "conns.h"
#include "heap.h"