src/core.h

changeset 4298
af01cbb94efe
parent 4227
5f98b16ed21c
child 4349
a65175463a31
equal deleted inserted replaced
4297:e44e2f176ca8 4298:af01cbb94efe
214 extern int perl_event(enum gaim_event, void *, void *, void *, void *, void *); 214 extern int perl_event(enum gaim_event, void *, void *, void *, void *, void *);
215 extern int perl_load_file(char *); 215 extern int perl_load_file(char *);
216 extern void perl_unload_file(struct gaim_plugin *); 216 extern void perl_unload_file(struct gaim_plugin *);
217 extern void unload_perl_scripts(); 217 extern void unload_perl_scripts();
218 extern void list_perl_scripts(); 218 extern void list_perl_scripts();
219 extern struct gaim_plugin *probe_perl(const char *); 219 extern struct gaim_plugin *probe_perl(char *);
220 #endif 220 #endif
221 221
222 /* Functions in plugins.c */ 222 /* Functions in plugins.c */
223 #ifdef GAIM_PLUGINS 223 #ifdef GAIM_PLUGINS
224 extern struct gaim_plugin *load_plugin(const char *); 224 extern struct gaim_plugin *load_plugin(const char *);

mercurial