diff options
author | Corentin Noël <corentin@elementary.io> | 2018-03-29 22:38:25 +0100 |
---|---|---|
committer | Corentin Noël <corentin@elementary.io> | 2018-06-13 18:36:03 +0100 |
commit | 3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab (patch) | |
tree | d2624a47fe48ad899121466bd666978b894f397a /libsoup/soup-request.h | |
parent | 9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff) | |
download | libsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz |
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-request.h')
-rw-r--r-- | libsoup/soup-request.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-request.h b/libsoup/soup-request.h index 84ad6d6b..cc0eec0d 100644 --- a/libsoup/soup-request.h +++ b/libsoup/soup-request.h @@ -19,8 +19,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef SOUP_REQUEST_H -#define SOUP_REQUEST_H 1 +#ifndef __SOUP_REQUEST_H__ +#define __SOUP_REQUEST_H__ 1 #include <gio/gio.h> @@ -100,4 +100,4 @@ const char *soup_request_get_content_type (SoupRequest *request); G_END_DECLS -#endif /* SOUP_REQUEST_H */ +#endif /* __SOUP_REQUEST_H__ */ |