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-socket.h | |
parent | 9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff) | |
download | libsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz |
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-socket.h')
-rw-r--r-- | libsoup/soup-socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-socket.h b/libsoup/soup-socket.h index 993d1c66..98d06939 100644 --- a/libsoup/soup-socket.h +++ b/libsoup/soup-socket.h @@ -3,8 +3,8 @@ * Copyright (C) 2000-2003, Ximian, Inc. */ -#ifndef SOUP_SOCKET_H -#define SOUP_SOCKET_H 1 +#ifndef __SOUP_SOCKET_H__ +#define __SOUP_SOCKET_H__ 1 #include <libsoup/soup-types.h> @@ -133,4 +133,4 @@ SoupSocketIOStatus soup_socket_write (SoupSocket *sock, G_END_DECLS -#endif /* SOUP_SOCKET_H */ +#endif /* __SOUP_SOCKET_H__ */ |