From 620f830d1d77e958e6a06d59cbb5fb6d73b1c590 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 22 Feb 2024 18:40:45 +0100 Subject: [PATCH] WIP --- source/tui.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/tui.cpp b/source/tui.cpp index 1644d43..7b73f59 100644 --- a/source/tui.cpp +++ b/source/tui.cpp @@ -4,6 +4,12 @@ #include #include "config.hpp" +#include "db.hpp" + +static +char * render_entry(const Entry * const entry, const char * const format) { + return NULL; +} signed tui_main(int argc, char * * argv) { read_config(NULL);