/* * add a file/files to an sqlite db * in the 'files' table. */ #include #include #include #include #include #include #include "sqlite3.h" #include "sha256.h" static int callback(void *NotUsed, int argc, char **argv, char **azColName){ int i; for(i=0; i