projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1157b
)
(enum MDatabaseStatus): New membes MDB_STATUS_UPDATED
author
handa
<handa>
Wed, 28 Feb 2007 07:24:56 +0000
(07:24 +0000)
committer
handa
<handa>
Wed, 28 Feb 2007 07:24:56 +0000
(07:24 +0000)
and MDB_STATUS_OUTDATED.
src/database.h
patch
|
blob
|
history
diff --git
a/src/database.h
b/src/database.h
index
35e5360
..
2fde364
100644
(file)
--- a/
src/database.h
+++ b/
src/database.h
@@
-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