(enum MDatabaseStatus): New membes MDB_STATUS_UPDATED
authorhanda <handa>
Wed, 28 Feb 2007 07:24:56 +0000 (07:24 +0000)
committerhanda <handa>
Wed, 28 Feb 2007 07:24:56 +0000 (07:24 +0000)
and MDB_STATUS_OUTDATED.

src/database.h

index 35e5360..2fde364 100644 (file)
@@ -43,7 +43,9 @@ enum MDatabaseStatus
     MDB_STATUS_EXPLICIT,
     /* The databse is currently disabled. (usually because it is
        deleted from mdb.dir file(s)).  */
-    MDB_STATUS_DISABLED
+    MDB_STATUS_DISABLED,
+    MDB_STATUS_UPDATED,
+    MDB_STATUS_OUTDATED
   };
 
 typedef struct