db.h
changeset 11 9aa5114326e8
parent 7 e4f1a551d45c
child 13 23a242d7b7fa
equal deleted inserted replaced
10:d07309450285 11:9aa5114326e8
    29 */
    29 */
    30 
    30 
    31 #ifndef _DB_H
    31 #ifndef _DB_H
    32 #define _DB_H
    32 #define _DB_H
    33 
    33 
    34 #include <sqlite3.h>
    34 #include "sqlite3.h"
    35 
    35 
    36 extern const unsigned short int DB_VERSION;
    36 extern const unsigned short int DB_VERSION;
    37 
    37 
    38 /*
    38 /*
    39  * Function prototypes
    39  * Function prototypes