summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.h
blob: bfcb5c25ccdcbf5ba80dfea8f54934db2fa55035 (plain)
1
2
3
4
5
6
7
8
#include "history.h"
#include "buffer.h"

extern int shall_quit;
void do_commandmode(struct block * sb);

extern struct dictionary * user_conf_d;
extern struct history * commandline_history;