diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/protocols/dumprestore.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 0b69e2d..b4e6ec9 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -134,13 +134,4 @@ union u_spcl { #define TS_CLRI 6 /* map of inodes deleted since last dump */ #define TS_END 5 /* end of volume marker */ -/* - * flag values - */ -/* None at the moment */ - -#define DUMPOUTFMT "%-32s %c %s" /* for printf */ - /* name, level, ctime(date) */ -#define DUMPINFMT "%32s %c %[^\n]\n" /* inverse for scanf */ - #endif /* !_DUMPRESTORE_H_ */ |