summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-18 07:45:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-18 07:45:18 +0200
commitf07c3c0d0005ab82d7528542d20fa44f0510b1f3 (patch)
treecacc44c71219a041d325455bab9f73c8fa3d344d
parent7d8948d9a1b3f303d37cdcbd394ca83e6edb06f1 (diff)
downloadrsyslog-f07c3c0d0005ab82d7528542d20fa44f0510b1f3.tar.gz
rsyslog-f07c3c0d0005ab82d7528542d20fa44f0510b1f3.tar.bz2
rsyslog-f07c3c0d0005ab82d7528542d20fa44f0510b1f3.zip
add missing function prototype
-rw-r--r--runtime/libgcry.h1
1 files changed, 1 insertions, 0 deletions
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 */