Moved import

This commit is contained in:
Bruce Hill 2020-02-23 16:36:33 -08:00
parent 78e7a7b59d
commit 2f81bfb5e5

4
bb.h
View File

@ -176,6 +176,8 @@ typedef struct proc_s {
static binding_t bindings[MAX_BINDINGS];
#include "columns.h"
// Functions
void bb_browse(bb_t *bb, const char *initial_path);
static void check_cmdfile(bb_t *bb);
@ -322,6 +324,4 @@ static const char *runstartup =
" fi;\n"
"done\n";
#include "columns.h"
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1