comparison src/protocols/msn/object.h @ 12323:fc464a0abccc

[gaim-migrate @ 14627] Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 18:19:56 +0000
parents ab6636c5a136
children
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
55 /** 55 /**
56 * Creates a MsnObject structure. 56 * Creates a MsnObject structure.
57 * 57 *
58 * @return A new MsnObject structure. 58 * @return A new MsnObject structure.
59 */ 59 */
60 MsnObject *msn_object_new(); 60 MsnObject *msn_object_new(void);
61 61
62 /** 62 /**
63 * Creates a MsnObject structure from a string. 63 * Creates a MsnObject structure from a string.
64 * 64 *
65 * @param str The string. 65 * @param str The string.