libpurple/e2ee.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37088
4d5ad6b1878e
parent 35487
494f09f7f331
child 37131
fe9ff76f1c6c
--- a/libpurple/e2ee.h	Fri Feb 07 18:22:36 2014 +0530
+++ b/libpurple/e2ee.h	Fri Feb 07 21:49:22 2014 +0530
@@ -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_E2EE_H_
+#define _PURPLE_E2EE_H_
 /**
  * SECTION:e2ee
  * @section_id: libpurple-e2ee
@@ -25,9 +28,6 @@
  * @title: End-to-end Encryption API
  */
 
-#ifndef _PURPLE_E2EE_H_
-#define _PURPLE_E2EE_H_
-
 typedef struct _PurpleE2eeState PurpleE2eeState;
 
 typedef struct _PurpleE2eeProvider PurpleE2eeProvider;

mercurial