You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/lnav_commands.hh

16 lines
264 B
C++

12 years ago
/**
* @file lnav_commands.hh
*/
#ifndef __lnav_commands_hh
#define __lnav_commands_hh
#include "readline_curses.hh"
/**
* Initialize the given map with the builtin lnav commands.
*/
void init_lnav_commands(readline_context::command_map_t &cmd_map);
#endif