X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fprotocols%2Fdumprestore.h;h=0d6e0c8ed99af5cd8b37b17d2be33654c568384f;hp=4985f8056f0de7cb0fa506006f47f2fef6d1f6aa;hb=2e6828953e9c505e76a17eec441fc714c6579922;hpb=5c72971393d377baf4a69c100d6012800f2297b9 diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index 4985f80..0d6e0c8 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: dumprestore.h,v 1.3 1999/10/11 13:31:09 stelian Exp $ + * $Id: dumprestore.h,v 1.4 2000/01/07 19:24:04 tiniou Exp $ */ #ifndef _PROTOCOLS_DUMPRESTORE_H_ @@ -117,8 +117,4 @@ union u_spcl { #define DR_NEWHEADER 0x0001 /* new format tape header */ #define DR_NEWINODEFMT 0x0002 /* new format inodes on tape */ -#define DUMPOUTFMT "%-16s %c %s" /* for printf */ - /* name, level, ctime(date) */ -#define DUMPINFMT "%16s %c %[^\n]\n" /* inverse for scanf */ - #endif /* !_DUMPRESTORE_H_ */