From f07c3c0d0005ab82d7528542d20fa44f0510b1f3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 18 Oct 2013 07:45:18 +0200 Subject: add missing function prototype --- runtime/libgcry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/libgcry.h b/runtime/libgcry.h index 83f508bf..692ce408 100644 --- a/runtime/libgcry.h +++ b/runtime/libgcry.h @@ -52,6 +52,7 @@ void rsgcryCtxDel(gcryctx ctx); int gcryfileDestruct(gcryfile gf, off64_t offsLogfile); rsRetVal rsgcryInitCrypt(gcryctx ctx, gcryfile *pgf, uchar *fname); int rsgcryEncrypt(gcryfile pF, uchar *buf, size_t *len); +int gcryGetKeyFromProg(char *cmd, char **key, unsigned *keylen); /* error states */ #define RSGCRYE_EI_OPEN 1 /* error opening .encinfo file */ -- cgit v1.2.3