summaryrefslogtreecommitdiff
path: root/src/gui/gui-history.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-08-19 23:22:52 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-08-19 23:22:52 +0200
commitb76d7e4a5cac659b08ae992b74af5f26b67dc205 (patch)
tree0edd58880852c7f70cc4ff4f8faf79473c09c164 /src/gui/gui-history.h
parentff1983533b9288f4d310e7eac6fb976bd119a48d (diff)
downloadweechat-b76d7e4a5cac659b08ae992b74af5f26b67dc205.zip
Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
Diffstat (limited to 'src/gui/gui-history.h')
-rw-r--r--src/gui/gui-history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-history.h b/src/gui/gui-history.h
index 323817d33..e85b8f73d 100644
--- a/src/gui/gui-history.h
+++ b/src/gui/gui-history.h
@@ -30,7 +30,7 @@ struct t_gui_history
};
extern struct t_gui_history *history_global;
-extern struct t_gui_history *history_global_last;
+extern struct t_gui_history *last_history_global;
extern struct t_gui_history *history_global_ptr;
/* history functions (gui-history.c) */