diff -r 85718bc3ff47 -r e4f1a551d45c db.h --- a/db.h Thu Sep 22 21:43:50 2011 -0700 +++ b/db.h Wed Sep 28 09:04:16 2011 -0700 @@ -36,11 +36,9 @@ extern const unsigned short int DB_VERSION; /* - * * Function prototypes * */ - int db_attach( void ); int db_upgrade( unsigned short int current_version ); short int db_version( void );