summaryrefslogtreecommitdiff
path: root/libsoup/soup-client-input-stream.h
diff options
context:
space:
mode:
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__ */