~ubuntu-branches/ubuntu/karmic/irssi/karmic-updates

« back to all changes in this revision

Viewing changes to src/fe-common/core/command-history.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
void command_history_init(void);
21
21
void command_history_deinit(void);
22
22
 
23
 
void command_history_add(HISTORY_REC *window, const char *text);
 
23
void command_history_add(HISTORY_REC *history, const char *text);
24
24
 
25
25
const char *command_history_prev(WINDOW_REC *window, const char *text);
26
26
const char *command_history_next(WINDOW_REC *window, const char *text);