aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-gpgme.h
blob: 7a5a4abd069a07b0343f26477f99863c6baaf2d9 (plain)
1
2
3
4
5
6
7
#ifndef LPASS_RGPGME_H
#define LPASS_RGPGME_H

int ecnrypt_data(const char *path, const char *data, const char *pubkey);
char *decrypt_data(const char *path);

#endif /* LPASS_RGPGME_H */