/[weechat]/weechat/src/plugins/weechat-plugin.h
ViewVC logotype

Diff of /weechat/src/plugins/weechat-plugin.h

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

revision 1.4 by flashcode, Sun Oct 23 11:33:39 2005 UTC revision 1.5 by flashcode, Sun Oct 23 22:07:18 2005 UTC
# Line 144  struct t_weechat_plugin Line 144  struct t_weechat_plugin
144      t_plugin_dcc_info *(*get_dcc_info) (t_weechat_plugin *);      t_plugin_dcc_info *(*get_dcc_info) (t_weechat_plugin *);
145      void (*free_dcc_info) (t_weechat_plugin *, t_plugin_dcc_info *);      void (*free_dcc_info) (t_weechat_plugin *, t_plugin_dcc_info *);
146      char *(*get_config) (t_weechat_plugin *, char *);      char *(*get_config) (t_weechat_plugin *, char *);
147        int (*set_config) (t_weechat_plugin *, char *, char *);
148        char *(*get_plugin_config) (t_weechat_plugin *, char *);
149        int (*set_plugin_config) (t_weechat_plugin *, char *, char *);
150            
151      /* WeeChat developers: ALWAYS add new functions at the end */      /* WeeChat developers: ALWAYS add new functions at the end */
152  };  };
# Line 181  extern char *weechat_plugin_get_info (t_ Line 184  extern char *weechat_plugin_get_info (t_
184  extern t_plugin_dcc_info *weechat_plugin_get_dcc_info (t_weechat_plugin *);  extern t_plugin_dcc_info *weechat_plugin_get_dcc_info (t_weechat_plugin *);
185  extern void weechat_plugin_free_dcc_info (t_weechat_plugin *, t_plugin_dcc_info *);  extern void weechat_plugin_free_dcc_info (t_weechat_plugin *, t_plugin_dcc_info *);
186  extern char *weechat_plugin_get_config (t_weechat_plugin *, char *);  extern char *weechat_plugin_get_config (t_weechat_plugin *, char *);
187    extern int weechat_plugin_set_config (t_weechat_plugin *, char *, char *);
188    extern char *weechat_plugin_get_plugin_config (t_weechat_plugin *, char *);
189    extern int weechat_plugin_set_plugin_config (t_weechat_plugin *, char *, char *);
190    
191  #endif /* weechat-plugin.h */  #endif /* weechat-plugin.h */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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