projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eceef60
)
added H_SIGNATURE wrapper
author
ewt
<devnull@localhost>
Sun, 29 Sep 1996 02:29:09 +0000
(
02:29
+0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/lib/signature.h
b/lib/signature.h
index
13d15ed
..
2d4dde3
100644
(file)
--- a/
lib/signature.h
+++ b/
lib/signature.h
@@
-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