equal
deleted
inserted
replaced
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 |