diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-30 19:18:06 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-30 19:18:06 +0000 |
commit | a1f09df80f29cdb9644538be73a32898e04c6d65 (patch) | |
tree | b8e6dd3d5824d1b6e0f75b53c4307eac599d3ba0 /src/common/weechat.h | |
parent | c8c5ff3d68b9e33da1ab0235e8608a6ce2b66659 (diff) | |
download | weechat-a1f09df80f29cdb9644538be73a32898e04c6d65.zip |
- added IRC::get_info function for Perl scripts
- cleanup code in main() function of weechat.c
- fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index c7a9e63da..53fc0dc21 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -86,16 +86,9 @@ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n" -/* " -d, --display choose X display\n" \*/ - - -/*#define DEFAULT_DISPLAY ":0" */ - - -/*extern char *display_name; */ -int quit_weechat; extern int quit_weechat; +extern char *weechat_home; extern void wee_log_printf (char *, ...); extern void wee_shutdown (); |