From 77ef0710c2c15dc8631d476d6d159b3a9c6ccc04 Mon Sep 17 00:00:00 2001 From: ganome Date: Fri, 31 Jan 2025 10:26:06 -0700 Subject: [PATCH] added thanks to MD - cleaned up main a bit --- src/main.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 146e016..f97e7da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,15 +1,14 @@ #include #include +#include #include #include -#include -// #include "lists/hardware.h" -// #include "lists/cpu.h" -// #include "include/setcpu.h" -// #include "include/sethardware.h" #include - -// Begin testing of SQLite3 +/* + * Implementing SQLite3 on suggestion from MD.rpm - Thanks MD! + * +*/ +//Declare all the functions static int createDB(const char* s); static int searchTable(const char* s, std::string msearch); static int callback(void* NotUsed, int argc, char** argv, char** azColName);