diff plugins/filectl.c @ 6179:16e384bb7fbf

[gaim-migrate @ 6664] Core/UI split the core initialization and shutdown. I think I got all the bugs worked out. It's looking nice and stable here, but if it causes CVS to go to hell for everyone.. er, try to fix it or let me know :) I don't have this in patch form. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 17 Jul 2003 10:35:43 +0000
parents 5239a3b4ab33
children 8f94cce8faa5
line wrap: on
line diff
--- a/plugins/filectl.c	Thu Jul 17 06:55:29 2003 +0000
+++ b/plugins/filectl.c	Thu Jul 17 10:35:43 2003 +0000
@@ -16,8 +16,6 @@
 static void init_file();
 static void check_file();
 
-extern void do_quit();
-
 /* parse char * as if were word array */
 char *getarg(char *, int, int);
 
@@ -95,7 +93,7 @@
 		} else if (!strncasecmp(command, "back", 4)) {
 			do_im_back();
 		} else if (!strncasecmp(command, "quit", 4)) {
-			do_quit();
+			gaim_core_quit();
 		}
 		free(command);
 	}