diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-08 17:35:50 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:07:43 -0700 |
commit | 31766cce9087a6cfa12fe5c83698e2ce12739df7 (patch) | |
tree | b9e1e2cc2bffad09887272af2c0fc5c0361b2791 /src/http_message.c | |
parent | d5472ec0bd8a9bb18b15a2398f429fe191070b3f (diff) | |
download | tinyproxy-31766cce9087a6cfa12fe5c83698e2ce12739df7.tar.gz tinyproxy-31766cce9087a6cfa12fe5c83698e2ce12739df7.zip |
Renamed file to replace underscores in it with dashes
Diffstat (limited to '')
-rw-r--r-- | src/http-message.c (renamed from src/http_message.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http_message.c b/src/http-message.c index 35bfa1c..2ffdb6a 100644 --- a/src/http_message.c +++ b/src/http-message.c @@ -1,6 +1,6 @@ -/* $Id: http_message.c,v 1.6 2005-08-15 03:54:31 rjkaes Exp $ +/* $Id: http-message.c,v 1.6 2005-08-15 03:54:31 rjkaes Exp $ * - * See 'http_message.h' for a detailed description. + * See 'http-message.h' for a detailed description. * * Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net) * @@ -17,7 +17,7 @@ #include "common.h" #include "heap.h" -#include "http_message.h" +#include "http-message.h" #include "network.h" /* |