summaryrefslogtreecommitdiff
path: root/src/common/weechat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-30 19:18:06 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-30 19:18:06 +0000
commita1f09df80f29cdb9644538be73a32898e04c6d65 (patch)
treeb8e6dd3d5824d1b6e0f75b53c4307eac599d3ba0 /src/common/weechat.h
parentc8c5ff3d68b9e33da1ab0235e8608a6ce2b66659 (diff)
downloadweechat-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.h9
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 ();