db.h
changeset 7 e4f1a551d45c
parent 4 5701b7859a31
child 11 9aa5114326e8
--- 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 );