diff options
author | Werner Koch <wk@gnupg.org> | 2005-04-11 18:10:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-04-11 18:10:03 +0200 |
commit | 45eba6e5de56d963fd47ef0d620055fd4088d671 (patch) | |
tree | 7246fffa003d487a487bd0c27503919fd8264527 /common/util.h | |
parent | typo fixes (diff) | |
download | gnupg2-45eba6e5de56d963fd47ef0d620055fd4088d671.tar.xz gnupg2-45eba6e5de56d963fd47ef0d620055fd4088d671.zip |
* sexputil.c: New.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index bbf7241a3..14180bec4 100644 --- a/common/util.h +++ b/common/util.h @@ -120,6 +120,9 @@ gpg_error_t b64enc_write (struct b64state *state, const void *buffer, size_t nbytes); gpg_error_t b64enc_finish (struct b64state *state); +/*-- sexputil.c */ +gpg_error_t keygrip_from_canon_sexp (const unsigned char *key, size_t keylen, + unsigned char *grip); /*-- homedir. c --*/ const char *default_homedir (void); |