Add sandbox support to irssi

This commit is contained in:
namnamc 2015-10-26 18:52:05 -07:00
commit 18f7b4694c
9 changed files with 875 additions and 0 deletions

View file

@ -168,4 +168,6 @@ void commands_remove_module(const char *module);
void commands_init(void);
void commands_deinit(void);
extern int sandbox;
#endif