db.h
changeset 7 e4f1a551d45c
parent 4 5701b7859a31
child 11 9aa5114326e8
equal deleted inserted replaced
6:85718bc3ff47 7:e4f1a551d45c
    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  *
       
    40  * Function prototypes
    39  * Function prototypes
    41  *
    40  *
    42  */
    41  */
    43 
       
    44 int db_attach( void );
    42 int db_attach( void );
    45 int db_upgrade( unsigned short int current_version );
    43 int db_upgrade( unsigned short int current_version );
    46 short int db_version( void );
    44 short int db_version( void );
    47 
    45 
    48 #endif
    46 #endif