summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.h (renamed from src/tinyproxy.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tinyproxy.h b/src/main.h
index 2d4a187..e508aa0 100644
--- a/src/tinyproxy.h
+++ b/src/main.h
@@ -17,10 +17,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* See 'tinyproxy.c' for detailed information. */
+/* See 'main.c' for detailed information. */
-#ifndef TINYPROXY_TINYPROXY_H
-#define TINYPROXY_TINYPROXY_H
+#ifndef __MAIN_H__
+#define __MAIN_H__
#include "common.h"
#include "hashmap.h"
@@ -106,4 +106,4 @@ extern struct config_s config;
extern unsigned int received_sighup; /* boolean */
extern unsigned int processed_config_file; /* boolean */
-#endif
+#endif /* __MAIN_H__ */