added H_SIGNATURE wrapper
authorewt <devnull@localhost>
Sun, 29 Sep 1996 02:29:09 +0000 (02:29 +0000)
committerewt <devnull@localhost>
Sun, 29 Sep 1996 02:29:09 +0000 (02:29 +0000)
CVS patchset: 1072
CVS date: 1996/09/29 02:29:09

lib/signature.h

index 13d15ed..2d4dde3 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef H_SIGNATURE
+
 /* signature.h - generate and verify signatures */
 
 #include "header.h"
@@ -76,3 +78,5 @@ int sigLookupType(void);
 
 /* Utility to read a pass phrase from the user */
 char *getPassPhrase(char *prompt);
+
+#endif