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);