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-password-manager.h | |
parent | 9fff4c84c9b3bf75c5c9b300db3a8b4fa09a9645 (diff) | |
download | libsoup-3da8311fceb5ffdcd87faf7fe68f8e077bd7e1ab.tar.gz |
Do not include the header exclusion guards in the introspection
Diffstat (limited to 'libsoup/soup-password-manager.h')
-rw-r--r-- | libsoup/soup-password-manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/soup-password-manager.h b/libsoup/soup-password-manager.h index aa5faf55..343f53c4 100644 --- a/libsoup/soup-password-manager.h +++ b/libsoup/soup-password-manager.h @@ -3,8 +3,8 @@ * Copyright (C) 2008 Red Hat, Inc. */ -#ifndef SOUP_PASSWORD_MANAGER_H -#define SOUP_PASSWORD_MANAGER_H 1 +#ifndef __SOUP_PASSWORD_MANAGER_H__ +#define __SOUP_PASSWORD_MANAGER_H__ 1 #include <libsoup/soup-types.h> @@ -61,4 +61,4 @@ void soup_password_manager_get_passwords_sync (SoupPasswordManager *password_ SoupAuth *auth, GCancellable *cancellable); -#endif /* SOUP_PASSWORD_MANAGER_H */ +#endif /* __SOUP_PASSWORD_MANAGER_H__ */ |