diff options
Diffstat (limited to 'src/syrep.h')
-rw-r--r-- | src/syrep.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/syrep.h b/src/syrep.h new file mode 100644 index 0000000..66d0a4d --- /dev/null +++ b/src/syrep.h @@ -0,0 +1,13 @@ +#ifndef foosyrephfoo +#define foosyrephfoo + +#include "cmdline.h" + +#define SYREP_SNAPSHOTFILENAME "current.syrep" +#define SYREP_MDCACHEFILENAME "md-cache" + +#define SYREP_DIGESTLENGTH 16 + +extern struct gengetopt_args_info args; + +#endif |