summary refs log tree commit diff stats
path: root/src/common/msproxy.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 01:02:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 01:02:03 +0200
commit0f204234551edc5db76ac603ab577df319031a8b (patch)
treec82469ac62ca69f935f91549789d9f24559a9ebb /src/common/msproxy.h
parent4de6db6c47e45816364aee7a4fd0c2318d1ec934 (diff)
Consistent header macros everywhere
Diffstat (limited to 'src/common/msproxy.h')
-rw-r--r--src/common/msproxy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/msproxy.h b/src/common/msproxy.h
index 9fb312ad..4371d704 100644
--- a/src/common/msproxy.h
+++ b/src/common/msproxy.h
@@ -21,6 +21,9 @@
  *      Inferno Nettverk A/S, Norway.  All rights reserved.
  */
 
+#ifndef HEXCHAT_MSPROXY_H
+#define HEXCHAT_MSPROXY_H
+
 #include "network.h"
 
 #define MSPROXY_EXECUTABLE 		"hexchat.exe"	/* This probably can be used for access control on the server side */
@@ -255,3 +258,5 @@ struct msproxy_response_t {
 
 int traverse_msproxy (int sok, char *serverAddr, int port, struct msproxy_state_t *state, netstore *ns_proxy, int csok4, int csok6, int *csok, char bound);
 void msproxy_keepalive (void);
+
+#endif