summaryrefslogtreecommitdiffstats
path: root/src/syrep.h
blob: 66d0a4dc5436d75dd667a819176042db1013673d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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