diff src/module.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents c11960537fee
children e23909729192
line wrap: on
line diff
--- a/src/module.c	Thu Aug 29 01:43:23 2002 +0000
+++ b/src/module.c	Thu Aug 29 01:47:15 2002 +0000
@@ -57,7 +57,7 @@
 
 /* --------------- Function Declarations --------------------- */
 
-struct gaim_plugin *  load_plugin(char *);
+struct gaim_plugin *  load_plugin(const char *);
               void  unload_plugin(struct gaim_plugin *p);
 struct gaim_plugin *reload_plugin(struct gaim_plugin *p);
 
@@ -71,7 +71,7 @@
 
 /* ------------------ Code Below ---------------------------- */
 
-struct gaim_plugin *load_plugin(char *filename)
+struct gaim_plugin *load_plugin(const char *filename)
 {
 	struct gaim_plugin *plug;
 	GList *c = plugins;