summaryrefslogtreecommitdiff
path: root/libsoup/soup-client-input-stream.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-client-input-stream.h
parent9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff)
downloadlibsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-client-input-stream.h')
-rw-r--r--libsoup/soup-client-input-stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-client-input-stream.h b/libsoup/soup-client-input-stream.h
index 098c6073..c007047a 100644
--- a/libsoup/soup-client-input-stream.h
+++ b/libsoup/soup-client-input-stream.h
@@ -3,8 +3,8 @@
* Copyright 2010-2012 Red Hat, Inc.
*/
-#ifndef SOUP_CLIENT_INPUT_STREAM_H
-#define SOUP_CLIENT_INPUT_STREAM_H 1
+#ifndef __SOUP_CLIENT_INPUT_STREAM_H__
+#define __SOUP_CLIENT_INPUT_STREAM_H__ 1
#include "soup-types.h"
#include "soup-filter-input-stream.h"
@@ -43,4 +43,4 @@ GInputStream *soup_client_input_stream_new (GInputStream *base_stream,
G_END_DECLS
-#endif /* SOUP_CLIENT_INPUT_STREAM_H */
+#endif /* __SOUP_CLIENT_INPUT_STREAM_H__ */