summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.h
blob: 390b061b7bd6c9d6559bf894133f3fee73e79b4f (plain)
1
2
3
4
5
6
7
8
9
#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;