Files
2013-09-26 17:14:40 +02:00

13 lines
483 B
Plaintext

$NetBSD: patch-ac,v 1.1 2003/08/25 20:23:08 fredb Exp $
--- par.h.orig Sat Nov 17 14:08:19 2001
+++ par.h
@@ -82,6 +82,7 @@ extern struct cmdline {
#define ACTION_ADD 11 /*\ Create a PAR archive ... \*/
#define ACTION_ADDING 12 /*\ ... and add files to it. \*/
#define ACTION_TEXT_UI 20 /*\ Interactive text interface \*/
+#define ACTION_CONTENTS 21 /*\ List contents of PAR file \*/
#define PAR_MAGIC (*((i64 *)"PAR\0\0\0\0\0"))
#define IS_PAR(x) (((x).magic) == PAR_MAGIC)