Rewrite db operation code
[platform/core/appfw/librua.git] / src / rua_private.h
index 5dec197..08bbd00 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef __RUA_PRIVATE_H__
 #define __RUA_PRIVATE_H__
 
-#include <sqlite3.h>
-
 #ifdef LOG_TAG
 #undef LOG_TAG
 #endif
 #endif
 
 #define RUA_DB_NAME ".rua.db"
-#define RUA_HISTORY "rua_history"
 #define RUA_STAT_DB_NAME ".rua_stat.db"
-#define QUERY_MAXLEN 4096
-
-int _rua_stat_init(sqlite3 **db, char *db_name, int flags, uid_t uid);
 
 #endif /*__RUA_H__*/