mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
Secured code to prevent buffer overflows and memory leaks
This commit is contained in:
@@ -74,7 +74,7 @@ extern int weechat_cmd_help (int, char **);
|
||||
extern int weechat_cmd_perl (int, char **);
|
||||
extern int weechat_cmd_save (int, char **);
|
||||
extern int weechat_cmd_server (int, char **);
|
||||
extern int weechat_cmd_set (int, char **);
|
||||
extern int weechat_cmd_set (char *);
|
||||
extern int weechat_cmd_unalias (char *);
|
||||
|
||||
#endif /* command.h */
|
||||
|
||||
Reference in New Issue
Block a user