(MDatabaseList): New type.
authorhanda <handa>
Tue, 18 Oct 2005 01:32:01 +0000 (01:32 +0000)
committerhanda <handa>
Tue, 18 Oct 2005 01:32:01 +0000 (01:32 +0000)
src/database.c

index d75aecb..63699af 100644 (file)
@@ -157,6 +157,12 @@ struct MDatabase
   void *extra_info;
 };
 
+typedef struct
+{
+  char *filename;
+  time_t time;
+} MDatabaseInfo;
+
 /** List of all data.  */
 struct MDatabaseList
 {