2 * Copyright notice from original mutt:
3 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
5 * This file is part of mutt-ng, see http://www.muttng.org/.
6 * It's licensed under the GNU General Public License,
7 * please see the file GPL in the top level source directory.
23 #define HC_FIRST HC_CMD
25 typedef enum history_class history_class_t;
27 void mutt_init_history (void);
28 void mutt_history_add (history_class_t, const char *);
29 char *mutt_history_next (history_class_t);
30 char *mutt_history_prev (history_class_t);