aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-09-03 20:51:55 +0000
committerWerner Koch <[email protected]>2009-09-03 20:51:55 +0000
commit35ab964c86ffff0125a6ec7c766d021cc9e7db84 (patch)
tree24f5c3d120069bda22579f16d301d4705060d59c /g10/packet.h
parentUpdated the german translation (diff)
downloadgnupg-35ab964c86ffff0125a6ec7c766d021cc9e7db84.tar.gz
gnupg-35ab964c86ffff0125a6ec7c766d021cc9e7db84.zip
Fix bug#1122.
Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
Diffstat (limited to '')
-rw-r--r--g10/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 9651ba4b0..cb2f0c9f1 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -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*/