From 0f204234551edc5db76ac603ab577df319031a8b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 1 Apr 2013 01:02:03 +0200 Subject: Consistent header macros everywhere --- src/common/msproxy.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/msproxy.h') 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 -- cgit 1.4.1