2005-12-06 [paul] 1.9.100cvs69
[claws.git] / src / plugins / pgpcore / select-keys.h
index 4ca96e7535577242aa830e52b9bd359f3e0a4f0d..5790c75efa4d35ea437a4743c1c4147f29980a3c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef GPGMEGTK_SELECT_KEYS_H
 #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 */