summaryrefslogtreecommitdiff
path: root/src/metastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/metastore.h')
-rw-r--r--src/metastore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/metastore.h b/src/metastore.h
index bd79416..de51292 100644
--- a/src/metastore.h
+++ b/src/metastore.h
@@ -28,6 +28,9 @@
#define VERSION_1 "00000001"
#define VERSIONLEN 8
+/* Sentinel value to determine if mtime is not in use */
+#define MTIME_NONE -1
+
/* Default filename */
#define METAFILE "./.metadata"