libpurple/ntlm.h

changeset 32787
7072f190d6ad
parent 25888
d0fdd378a635
child 35393
00f876b129bc
child 37017
8e2b68c79fa1
--- a/libpurple/ntlm.h	Tue Jan 03 19:29:43 2012 +0000
+++ b/libpurple/ntlm.h	Tue Jan 03 23:32:59 2012 +0000
@@ -27,9 +27,7 @@
 #ifndef _PURPLE_NTLM_H
 #define _PURPLE_NTLM_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+G_BEGIN_DECLS
 
 /**
  * Generates the base64 encoded type 1 message needed for NTLM authentication
@@ -66,8 +64,6 @@
  */
 gchar *purple_ntlm_gen_type3(const gchar *username, const gchar *passw, const gchar *hostname, const gchar *domain, const guint8 *nonce, guint32 *flags);
 
-#ifdef __cplusplus
-}
-#endif
+G_END_DECLS
 
 #endif /* _PURPLE_NTLM_H */

mercurial