summaryrefslogtreecommitdiff
path: root/src/http_message.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-03-08 17:35:50 -0800
committerMukund Sivaraman <muks@banu.com>2008-03-13 15:07:43 -0700
commit31766cce9087a6cfa12fe5c83698e2ce12739df7 (patch)
treeb9e1e2cc2bffad09887272af2c0fc5c0361b2791 /src/http_message.h
parentd5472ec0bd8a9bb18b15a2398f429fe191070b3f (diff)
downloadtinyproxy-31766cce9087a6cfa12fe5c83698e2ce12739df7.tar.gz
tinyproxy-31766cce9087a6cfa12fe5c83698e2ce12739df7.zip
Renamed file to replace underscores in it with dashes
Diffstat (limited to '')
-rw-r--r--src/http-message.h (renamed from src/http_message.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_message.h b/src/http-message.h
index fe8c798..0423384 100644
--- a/src/http_message.h
+++ b/src/http-message.h
@@ -1,4 +1,4 @@
-/* $Id: http_message.h,v 1.3 2005-08-15 03:54:31 rjkaes Exp $
+/* $Id: http-message.h,v 1.3 2005-08-15 03:54:31 rjkaes Exp $
*
* HTTP Message API
* ----------------