diff options
Diffstat (limited to 'plugins/CryptoPP/GPGw/passphrases.h')
-rw-r--r-- | plugins/CryptoPP/GPGw/passphrases.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/CryptoPP/GPGw/passphrases.h b/plugins/CryptoPP/GPGw/passphrases.h deleted file mode 100644 index 9a2c25dadd..0000000000 --- a/plugins/CryptoPP/GPGw/passphrases.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __PASSPHRASES_H__
-#define __PASSPHRASES_H__
-
-// funktions prototypen
-void initPassphrases(void);
-void releasePassphrases(void);
-void addPassphrase(const char *akeyuserid, const char *apassphrase);
-char *getPassphrase(const char *akeyuserid);
-
-#endif // __PASSPHRASES_H__
|