mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Function name cleanups
Also nuked some trailing spaces.
This commit is contained in:
parent
d879c287ac
commit
358afc0dc8
7 changed files with 142 additions and 141 deletions
|
@ -444,6 +444,7 @@ PACKET *create_gpg_control ( ctrlpkttype_t type,
|
|||
|
||||
/*-- build-packet.c --*/
|
||||
int build_packet( iobuf_t inp, PACKET *pkt );
|
||||
gpg_error_t write_size_body_mpi (iobuf_t out, gcry_mpi_t a);
|
||||
u32 calc_packet_length( PACKET *pkt );
|
||||
void build_sig_subpkt( PKT_signature *sig, sigsubpkttype_t type,
|
||||
const byte *buffer, size_t buflen );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue