summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.h
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-03-29 22:38:25 +0100
committerCorentin Noël <corentin@elementary.io>2018-06-13 18:36:03 +0100
commit3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab (patch)
treed2624a47fe48ad899121466bd666978b894f397a /libsoup/soup-socket.h
parent9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff)
downloadlibsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-socket.h')
-rw-r--r--libsoup/soup-socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-socket.h b/libsoup/soup-socket.h
index 993d1c66..98d06939 100644
--- a/libsoup/soup-socket.h
+++ b/libsoup/soup-socket.h
@@ -3,8 +3,8 @@
* Copyright (C) 2000-2003, Ximian, Inc.
*/
-#ifndef SOUP_SOCKET_H
-#define SOUP_SOCKET_H 1
+#ifndef __SOUP_SOCKET_H__
+#define __SOUP_SOCKET_H__ 1
#include <libsoup/soup-types.h>
@@ -133,4 +133,4 @@ SoupSocketIOStatus soup_socket_write (SoupSocket *sock,
G_END_DECLS
-#endif /* SOUP_SOCKET_H */
+#endif /* __SOUP_SOCKET_H__ */