Factor out handling of variables populated from the database.
This reorganization is a first step toward handling database compilation separately.
This commit is contained in:
parent
e0f160d313
commit
df46df6979
11 changed files with 127 additions and 56 deletions
1
funcs.h
1
funcs.h
|
@ -1,4 +1,5 @@
|
|||
#include <stdbool.h>
|
||||
#include "database.h"
|
||||
|
||||
/* Statement functions
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue