summaryrefslogtreecommitdiff
path: root/metastore.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2007-05-18 23:48:55 +0200
committerDavid Härdeman <david@hardeman.nu>2007-05-18 23:48:55 +0200
commit3cb9d64b9b2ace1463f274c8554bffbfa4979e0d (patch)
tree79b570d8ed8ba30e619921d079ea8fd9b362f3fd /metastore.h
parent3b9fa8b3619f0ef0ddd47efa6ab285682b686af1 (diff)
Split meta entry functions into a separate file
Diffstat (limited to 'metastore.h')
-rw-r--r--metastore.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/metastore.h b/metastore.h
index 1ccdb54..e8f52bb 100644
--- a/metastore.h
+++ b/metastore.h
@@ -4,25 +4,12 @@
#define VERSIONLEN 8
#define METAFILE "./.metadata"
-#define MSG_NORMAL 0
-#define MSG_DEBUG 1
-#define MSG_QUIET -1
-#define MSG_CRITICAL -2
-
#define ACTION_DIFF 0x01
#define ACTION_SAVE 0x02
#define ACTION_APPLY 0x04
#define ACTION_HELP 0x08
-#define DIFF_NONE 0x00
-#define DIFF_OWNER 0x01
-#define DIFF_GROUP 0x02
-#define DIFF_MODE 0x04
-#define DIFF_TYPE 0x08
-#define DIFF_MTIME 0x10
-#define DIFF_XATTR 0x20
-#define DIFF_ADDED 0x40
-#define DIFF_DELE 0x80
+extern int do_mtime;
struct metaentry {
struct metaentry *next;