diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-08-21 16:27:49 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-08-21 16:27:49 -0400 |
commit | 6b4d7e0d84d7b065df46ac97c19c8b3e71c15cdd (patch) | |
tree | 5f70b93b99ded4b9df4c6411ecd6f73fa1a95657 /util.h | |
parent | 7d34748c2adb810374894adbac899ad08fbe54ee (diff) |
feat: moving away from JSON. going to be making use of sqlite to store deck information
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #include <string.h> #include <pthread.h> #include <sys/epoll.h> -#include "Json.h" int die(const char* msg); int set_data(unsigned char* data); |