summaryrefslogtreecommitdiff
path: root/libsoup/soup-multipart-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-multipart-input-stream.h
parent9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff)
downloadlibsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-multipart-input-stream.h')
-rw-r--r--libsoup/soup-multipart-input-stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-multipart-input-stream.h b/libsoup/soup-multipart-input-stream.h
index 8b735063..bbbac668 100644
--- a/libsoup/soup-multipart-input-stream.h
+++ b/libsoup/soup-multipart-input-stream.h
@@ -3,8 +3,8 @@
* Copyright (C) 2012 Collabora Ltd.
*/
-#ifndef SOUP_MULTIPART_INPUT_STREAM_H
-#define SOUP_MULTIPART_INPUT_STREAM_H 1
+#ifndef __SOUP_MULTIPART_INPUT_STREAM_H__
+#define __SOUP_MULTIPART_INPUT_STREAM_H__ 1
#include <libsoup/soup-types.h>
#include <libsoup/soup-message-headers.h>
@@ -63,4 +63,4 @@ SoupMessageHeaders *soup_multipart_input_stream_get_headers (SoupMult
G_END_DECLS
-#endif /* SOUP_MULTIPART_INPUT_STREAM_H */
+#endif /* __SOUP_MULTIPART_INPUT_STREAM_H__ */