summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/GPGw/passphrases.h
blob: 30d5bc1931b3354d9a652a66a7486e357e3f18f4 (plain)
1
2
3
4
5
6
7
8
9
10
#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__