From e4910c9e5cae89691512bec4145f66b63e406936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Mon, 23 Jun 2008 22:24:11 +0200 Subject: Add dynamic metafile path In some situations it may be useful to have multiple sets of metadata for the same hierarchy (e.g. representing how a file set should appear on different hosts). The ability to select a metadata file may be useful in this case. Patch by Sergio Callegari --- metastore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'metastore.h') diff --git a/metastore.h b/metastore.h index 7bc7868..74debb8 100644 --- a/metastore.h +++ b/metastore.h @@ -32,3 +32,7 @@ #define ACTION_SAVE 0x02 #define ACTION_APPLY 0x04 #define ACTION_HELP 0x08 + +/* Used to store the name of the file containing the metadata */ +extern char *metafile; + -- cgit v1.2.1