summaryrefslogtreecommitdiff
path: root/src/html-error.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-05-24 13:47:14 +0530
committerMukund Sivaraman <muks@banu.com>2008-05-24 13:47:14 +0530
commitb0a3568de0d0a8d1d6000aaa310870862398a07b (patch)
tree26398bd0d15e566003a665ea90223b729148672f /src/html-error.h
parent249d4b7f3355236e1e1490d2cffe6eccb95d1a42 (diff)
downloadtinyproxy-b0a3568de0d0a8d1d6000aaa310870862398a07b.tar.gz
tinyproxy-b0a3568de0d0a8d1d6000aaa310870862398a07b.zip
Renamed htmlerror.[ch] to html-error.[ch]
Diffstat (limited to '')
-rw-r--r--src/html-error.h (renamed from src/htmlerror.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htmlerror.h b/src/html-error.h
index a1b35d8..2e35b5b 100644
--- a/src/htmlerror.h
+++ b/src/html-error.h
@@ -16,10 +16,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* See 'htmlerror.c' for detailed information. */
+/* See 'html-error.c' for detailed information. */
-#ifndef TINYPROXY_HTMLERROR_H
-#define TINYPROXY_HTMLERROR_H
+#ifndef TINYPROXY_HTML_ERROR_H
+#define TINYPROXY_HTML_ERROR_H
/* Forward declaration */
struct conn_s;
@@ -33,4 +33,4 @@ extern int send_html_file(FILE * infile, struct conn_s *connptr);
extern int send_http_headers(struct conn_s *connptr, int code, char *message);
extern int add_standard_vars(struct conn_s *connptr);
-#endif /* !TINYPROXY_HTMLERROR_H */
+#endif /* !TINYPROXY_HTML_ERROR_H */