summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-ntlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-auth-ntlm.h')
-rw-r--r--libsoup/soup-auth-ntlm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-auth-ntlm.h b/libsoup/soup-auth-ntlm.h
index 43c40856..ef07353b 100644
--- a/libsoup/soup-auth-ntlm.h
+++ b/libsoup/soup-auth-ntlm.h
@@ -3,8 +3,8 @@
* Copyright (C) 2007 Red Hat, Inc.
*/
-#ifndef SOUP_AUTH_NTLM_H
-#define SOUP_AUTH_NTLM_H 1
+#ifndef __SOUP_AUTH_NTLM_H__
+#define __SOUP_AUTH_NTLM_H__ 1
#include "soup-connection-auth.h"
@@ -24,4 +24,4 @@ typedef struct {
} SoupAuthNTLMClass;
-#endif /* SOUP_AUTH_NTLM_H */
+#endif /* __SOUP_AUTH_NTLM_H__ */