diff options
author | Ankit Vani <a@nevitus.org> | 2014-02-07 21:45:54 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-02-07 21:45:54 +0530 |
commit | cc3b564fa1abef810401ec246689318617912edf (patch) | |
tree | 4b49817b622aed0f077ec09fa0eff690e00a6c08 /libpurple/upnp.h | |
parent | 5d5de2950f22a053fab0a9e75579e00b29074e1d (diff) | |
download | pidgin-cc3b564fa1abef810401ec246689318617912edf.tar.gz |
Move section blocks inside inclusion guards -- otherwise g-ir-scanner yells
Diffstat (limited to 'libpurple/upnp.h')
-rw-r--r-- | libpurple/upnp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/upnp.h b/libpurple/upnp.h index 7c8fd71e94..550f4f34d9 100644 --- a/libpurple/upnp.h +++ b/libpurple/upnp.h @@ -18,6 +18,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + +#ifndef _PURPLE_UPNP_H_ +#define _PURPLE_UPNP_H_ /** * SECTION:upnp * @section_id: libpurple-upnp @@ -25,9 +28,6 @@ * @title: Universal Plug N Play API */ -#ifndef _PURPLE_UPNP_H_ -#define _PURPLE_UPNP_H_ - typedef struct _UPnPMappingAddRemove UPnPMappingAddRemove; G_BEGIN_DECLS |