1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* sexputil.c: New.

This commit is contained in:
Werner Koch 2005-04-11 16:10:03 +00:00
parent 1c88f744d6
commit 45eba6e5de
3 changed files with 9 additions and 1 deletions

View file

@ -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);