diff libpurple/protocols/msn/transaction.h @ 22518:6aa076a2ea6f

Another patch from Maiku that improves the way we send mobile messages, this probably needs another patch before it's useful. References #5232
author Ka-Hing Cheung <khc@hxbc.us>
date Fri, 21 Mar 2008 04:45:03 +0000
parents 44b4e8bd759b
children ac4a06685b95
line wrap: on
line diff
--- a/libpurple/protocols/msn/transaction.h	Fri Mar 21 03:17:36 2008 +0000
+++ b/libpurple/protocols/msn/transaction.h	Fri Mar 21 04:45:03 2008 +0000
@@ -61,9 +61,8 @@
 							   this transaction. */
 };
 
-MsnTransaction *msn_transaction_new(MsnCmdProc *cmdproc,
-									const char *command,
-									const char *format, ...);
+MsnTransaction *msn_transaction_new(MsnCmdProc *cmdproc, const char *command,
+ 	const char *format, ...) G_GNUC_PRINTF(3, 4);
 void msn_transaction_destroy(MsnTransaction *trans);
 
 char *msn_transaction_to_string(MsnTransaction *trans);