/[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.3 by flashcode, Mon Oct 17 17:45:23 2005 UTC revision 1.4 by flashcode, Sun Oct 23 11:33:39 2005 UTC
# Line 116  struct t_weechat_plugin Line 116  struct t_weechat_plugin
116         existing plugins */         existing plugins */
117            
118      int (*ascii_strcasecmp) (t_weechat_plugin *, char *, char *);      int (*ascii_strcasecmp) (t_weechat_plugin *, char *, char *);
119        int (*ascii_strncasecmp) (t_weechat_plugin *, char *, char *, int);
120      char **(*explode_string) (t_weechat_plugin *, char *, char *, int, int *);      char **(*explode_string) (t_weechat_plugin *, char *, char *, int, int *);
121      void (*free_exploded_string) (t_weechat_plugin *, char **);      void (*free_exploded_string) (t_weechat_plugin *, char **);
122      int (*mkdir_home) (t_weechat_plugin *, char *);      int (*mkdir_home) (t_weechat_plugin *, char *);
# Line 149  struct t_weechat_plugin Line 150  struct t_weechat_plugin
150    
151  /* general useful functions */  /* general useful functions */
152  extern int weechat_ascii_strcasecmp (t_weechat_plugin *,char *, char *);  extern int weechat_ascii_strcasecmp (t_weechat_plugin *,char *, char *);
153    extern int weechat_ascii_strncasecmp (t_weechat_plugin *,char *, char *, int);
154  extern char **weechat_explode_string (t_weechat_plugin *, char *, char *, int, int *);  extern char **weechat_explode_string (t_weechat_plugin *, char *, char *, int, int *);
155  extern void weechat_free_exploded_string (t_weechat_plugin *, char **);  extern void weechat_free_exploded_string (t_weechat_plugin *, char **);
156  extern int weechat_plugin_mkdir_home (t_weechat_plugin *, char *);  extern int weechat_plugin_mkdir_home (t_weechat_plugin *, char *);

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

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