/[weechat]/weechat/src/common/command.h
ViewVC logotype

Diff of /weechat/src/common/command.h

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

revision 1.16 by flashcode, Sun Aug 21 16:32:48 2005 UTC revision 1.17 by flashcode, Sun Sep 4 12:55:26 2005 UTC
# Line 69  extern int weechat_cmd_connect (int, cha Line 69  extern int weechat_cmd_connect (int, cha
69  extern int weechat_cmd_debug (int, char **);  extern int weechat_cmd_debug (int, char **);
70  extern int weechat_cmd_disconnect (int, char **);  extern int weechat_cmd_disconnect (int, char **);
71  extern int weechat_cmd_help (int, char **);  extern int weechat_cmd_help (int, char **);
72    extern void weechat_cmd_ignore_display (char *, t_irc_ignore *);
73    extern int weechat_cmd_ignore (int, char **);
74  extern int weechat_cmd_key (char *);  extern int weechat_cmd_key (char *);
75  extern int weechat_cmd_perl (int, char **);  extern int weechat_cmd_perl (int, char **);
76  extern int weechat_cmd_python (int, char **);  extern int weechat_cmd_python (int, char **);
# Line 77  extern int weechat_cmd_save (int, char * Line 79  extern int weechat_cmd_save (int, char *
79  extern int weechat_cmd_server (int, char **);  extern int weechat_cmd_server (int, char **);
80  extern int weechat_cmd_set (char *);  extern int weechat_cmd_set (char *);
81  extern int weechat_cmd_unalias (char *);  extern int weechat_cmd_unalias (char *);
82    extern int weechat_cmd_unignore (int, char **);
83  extern int weechat_cmd_unset (char *);  extern int weechat_cmd_unset (char *);
84  extern int weechat_cmd_window (int, char **);  extern int weechat_cmd_window (int, char **);
85    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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