summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-02-09 12:58:15 +0000
committerJames Bursa <james@netsurf-browser.org>2003-02-09 12:58:15 +0000
commita4c5929a2fac1cb0c039b2d009d8093ac81a90d7 (patch)
tree710bf4247d92ec63df7c92815c5360ec907a4b66 /utils/utils.h
parent948dfeb1c2404e6bdad8c20c83a26f3eecb3764a (diff)
downloadnetsurf-a4c5929a2fac1cb0c039b2d009d8093ac81a90d7.tar.gz
netsurf-a4c5929a2fac1cb0c039b2d009d8093ac81a90d7.tar.bz2
[project @ 2003-02-09 12:58:14 by bursa]
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/utils.h b/utils/utils.h
index c7c608cf2..5ae167eb9 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -1,9 +1,9 @@
/**
- * $Id: utils.h,v 1.4 2003/01/07 23:15:23 bursa Exp $
+ * $Id: utils.h,v 1.5 2003/02/09 12:58:15 bursa Exp $
*/
-#ifndef _NETSURF_RENDER_UTILS_H_
-#define _NETSURF_RENDER_UTILS_H_
+#ifndef _NETSURF_UTILS_UTILS_H_
+#define _NETSURF_UTILS_UTILS_H_
#include <stdlib.h>