summaryrefslogtreecommitdiff
path: root/cmd/cmd_todo.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-10-29 15:44:42 +0000
committerFreeArtMan <dos21h@gmail.com>2017-10-29 15:44:42 +0000
commitbb57317f22b94970d78a97915763b0dbe1d7742d (patch)
tree92982a2bd0b179c8b147deacb4f8ad505c1b2aee /cmd/cmd_todo.h
parentbed9bfcdf6b7740cc32ccf260f024e7c0a4e7503 (diff)
downloadagni-bb57317f22b94970d78a97915763b0dbe1d7742d.tar.gz
agni-bb57317f22b94970d78a97915763b0dbe1d7742d.zip
Make rpc and todo command working, with sqlite shitz
Diffstat (limited to 'cmd/cmd_todo.h')
-rw-r--r--cmd/cmd_todo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/cmd_todo.h b/cmd/cmd_todo.h
index 1e436ba..210529e 100644
--- a/cmd/cmd_todo.h
+++ b/cmd/cmd_todo.h
@@ -9,9 +9,12 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sqlite3.h>
+
#include "util.h"
#include "debug.h"
#include "nbrpc_call.h"
+#include "sds.h"
void *cmd_todo(void *data);