libpurple/ciphers/hmaccipher.h

branch
gtkdoc-conversion
changeset 35487
494f09f7f331
parent 35436
a69d2e5604c5
--- a/libpurple/ciphers/hmaccipher.h	Fri Feb 07 17:54:55 2014 +0530
+++ b/libpurple/ciphers/hmaccipher.h	Fri Feb 07 21:45:54 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_HMAC_CIPHER_H
+#define PURPLE_HMAC_CIPHER_H
 /**
  * SECTION:hmaccipher
  * @section_id: libpurple-hmaccipher
@@ -25,9 +28,6 @@
  * @title: HMAC Cipher
  */
 
-#ifndef PURPLE_HMAC_CIPHER_H
-#define PURPLE_HMAC_CIPHER_H
-
 #include "cipher.h"
 
 #define PURPLE_TYPE_HMAC_CIPHER				(purple_hmac_cipher_get_type())

mercurial