comparison src/protocols/novell/nmuserrecord.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 6663ad2386d9
children
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
36 * nm_release_user_record 36 * nm_release_user_record
37 * 37 *
38 * @return The new user record 38 * @return The new user record
39 * 39 *
40 */ 40 */
41 NMUserRecord *nm_create_user_record(); 41 NMUserRecord *nm_create_user_record(void);
42 42
43 /** 43 /**
44 * Creates an NMUserRecord 44 * Creates an NMUserRecord
45 * 45 *
46 * The NMUserRecord should be released by calling 46 * The NMUserRecord should be released by calling