change soReSign() to handle addition of signatures
authorroot <devnull@localhost>
Mon, 8 Jul 1996 03:25:36 +0000 (03:25 +0000)
committerroot <devnull@localhost>
Mon, 8 Jul 1996 03:25:36 +0000 (03:25 +0000)
CVS patchset: 740
CVS date: 1996/07/08 03:25:36

checksig.h

index 0bf91f4..2af89d5 100644 (file)
@@ -3,6 +3,9 @@
 
 int doCheckSig(int pgp, char **argv);
 
-int doReSign(char *passPhrase, char **argv);
+int doReSign(int add, char *passPhrase, char **argv);
+
+#define ADD_SIGNATURE 1
+#define NEW_SIGNATURE 0
 
 #endif