diff options
Diffstat (limited to 'GnuPG/passphrases.h')
-rw-r--r-- | GnuPG/passphrases.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/GnuPG/passphrases.h b/GnuPG/passphrases.h new file mode 100644 index 0000000..d521b9c --- /dev/null +++ b/GnuPG/passphrases.h @@ -0,0 +1,9 @@ +#ifndef __PASSPHRASES_H__
+#define __PASSPHRASES_H__
+
+void initPassphrases(void);
+void releasePassphrases(void);
+void addPassphrase(const char *akeyuserid, const char *apassphrase);
+char *getPassphrase(const char *akeyuserid);
+
+#endif // __PASSPHRASES_H__
\ No newline at end of file |