--- a/libpurple/dnssrv.h Fri Feb 07 18:22:36 2014 +0530 +++ b/libpurple/dnssrv.h Fri Feb 07 21:49:22 2014 +0530 @@ -16,6 +16,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_DNSSRV_H +#define _PURPLE_DNSSRV_H /** * SECTION:dnssrv * @section_id: libpurple-dnssrv @@ -23,9 +26,6 @@ * @title: DNS SRV Utilities */ -#ifndef _PURPLE_DNSSRV_H -#define _PURPLE_DNSSRV_H - typedef struct _PurpleSrvTxtQueryData PurpleSrvTxtQueryData; typedef struct _PurpleSrvResponse PurpleSrvResponse; typedef struct _PurpleTxtResponse PurpleTxtResponse;