mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Move a keydb function to another file.
* g10/keydb.c (build_keyblock_image): Move to ... * g10/build-packet.c (build_keyblock_image): here. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
264c15c72f
commit
61f41cdce5
3 changed files with 46 additions and 42 deletions
|
@ -862,6 +862,7 @@ PACKET *create_gpg_control ( ctrlpkttype_t type,
|
|||
size_t datalen );
|
||||
|
||||
/*-- build-packet.c --*/
|
||||
gpg_error_t build_keyblock_image (kbnode_t keyblock, iobuf_t *r_iobuf);
|
||||
int build_packet (iobuf_t out, PACKET *pkt);
|
||||
gpg_error_t build_packet_and_meta (iobuf_t out, PACKET *pkt);
|
||||
gpg_error_t gpg_mpi_write (iobuf_t out, gcry_mpi_t a, unsigned int *t_nwritten);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue