summaryrefslogtreecommitdiff
path: root/libsoup/soup-status.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-status.h
parent9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff)
downloadlibsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-status.h')
-rw-r--r--libsoup/soup-status.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-status.h b/libsoup/soup-status.h
index 28d481db..38beab44 100644
--- a/libsoup/soup-status.h
+++ b/libsoup/soup-status.h
@@ -5,8 +5,8 @@
* Copyright (C) 2001-2003, Ximian, Inc.
*/
-#ifndef SOUP_STATUS_H
-#define SOUP_STATUS_H 1
+#ifndef __SOUP_STATUS_H__
+#define __SOUP_STATUS_H__ 1
#include <libsoup/soup-types.h>
@@ -182,4 +182,4 @@ typedef enum {
G_END_DECLS
-#endif /* SOUP_STATUS_H */
+#endif /* __SOUP_STATUS_H__ */