2005-09-10 [colin] 1.9.14cvs17
[claws.git] / src / plugins / pgpcore / select-keys.h
index 4ca96e7535577242aa830e52b9bd359f3e0a4f0d..307b4633e485772c7d6b19d74b72a55e1c10cf3f 100644 (file)
 #include <glib.h>
 #include <gpgme.h>
 
-
-gpgme_key_t *gpgmegtk_recipient_selection (GSList *recp_names);
+typedef enum {
+       KEY_SELECTION_OK,
+       KEY_SELECTION_CANCEL,
+       KEY_SELECTION_DONT,
+} SelectionResult;
+       
+gpgme_key_t *gpgmegtk_recipient_selection (GSList *recp_names, SelectionResult *result);
 
 
 #endif /* GPGMEGTK_SELECT_KEYS_H */