1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

Added new options look_charset_decode/look_charset_encode and /unset command.

This commit is contained in:
Sebastien Helleu
2005-01-02 02:10:10 +00:00
parent 9adb547b36
commit b2c5317e17
24 changed files with 1708 additions and 1296 deletions
+1
View File
@@ -77,6 +77,7 @@ extern int weechat_cmd_save (int, char **);
extern int weechat_cmd_server (int, char **);
extern int weechat_cmd_set (char *);
extern int weechat_cmd_unalias (char *);
extern int weechat_cmd_unset (char *);
extern int weechat_cmd_window (int, char **);
#endif /* command.h */