comparison src/protocols/silc/silcgaim.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 029802981b81
children 95a73ce6e285
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
161 char *pw_dir; /* home directory */ 161 char *pw_dir; /* home directory */
162 char *pw_shell; /* shell program */ 162 char *pw_shell; /* shell program */
163 }; 163 };
164 164
165 struct passwd *getpwuid(int uid); 165 struct passwd *getpwuid(int uid);
166 int getuid(); 166 int getuid(void);
167 int geteuid(); 167 int geteuid(void);
168 #endif 168 #endif
169 169
170 #endif /* SILCGAIM_H */ 170 #endif /* SILCGAIM_H */