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

Fix bug#1122.

Note that msgmerge 0.17 is completely broken as it always
prepends a fuzzy null entry to all po files.
This commit is contained in:
Werner Koch 2009-09-03 20:51:55 +00:00
parent deba82bd76
commit 35ab964c86
33 changed files with 1767 additions and 1619 deletions

View file

@ -509,6 +509,6 @@ int update_keysig_packet( PKT_signature **ret_sig,
void *opaque );
/*-- keygen.c --*/
PKT_user_id *generate_user_id(void);
PKT_user_id *generate_user_id (KBNODE keyblock);
#endif /*G10_PACKET_H*/