diff plugins/filectl.c @ 12397:8d1cf3f847b1

[gaim-migrate @ 14704] void prototype fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:55:49 +0000
parents 17142948653e
children f5bc36ecf8d0
line wrap: on
line diff
--- a/plugins/filectl.c	Thu Dec 08 20:55:27 2005 +0000
+++ b/plugins/filectl.c	Thu Dec 08 20:55:49 2005 +0000
@@ -29,8 +29,8 @@
 static int check;
 static time_t mtime;
 
-static void init_file();
-static gboolean check_file();
+static void init_file(void);
+static gboolean check_file(void);
 
 /* parse char * as if were word array */
 char *getarg(char *, int, int);