/[weechat]/weechat/src/plugins/scripts/weechat-script.h
ViewVC logotype

Diff of /weechat/src/plugins/scripts/weechat-script.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by flashcode, Sat Oct 15 12:34:21 2005 UTC revision 1.2 by flashcode, Tue Oct 25 17:37:13 2005 UTC
# Line 48  extern t_plugin_script *weechat_script_a Line 48  extern t_plugin_script *weechat_script_a
48                                              char *, char *, char *);                                              char *, char *, char *);
49  extern void weechat_script_remove (t_weechat_plugin *,  extern void weechat_script_remove (t_weechat_plugin *,
50                                     t_plugin_script **, t_plugin_script *);                                     t_plugin_script **, t_plugin_script *);
51    extern void weechat_script_remove_handler (t_weechat_plugin *,
52                                               t_plugin_script *,
53                                               char *, char *);
54    extern char *weechat_script_get_plugin_config (t_weechat_plugin *,
55                                                   t_plugin_script *,
56                                                   char *);
57    extern int weechat_script_set_plugin_config (t_weechat_plugin *,
58                                                 t_plugin_script *,
59                                                 char *, char *);
60    
61  #endif /* weechat-script.h */  #endif /* weechat-script.h */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26