From 4101ee8ff9bc818f40dc0173b1434761f187597f Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Tue, 22 Nov 2011 18:30:08 +0000 Subject: added GnuPG git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@197 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- GnuPG/contactmenu.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 GnuPG/contactmenu.h (limited to 'GnuPG/contactmenu.h') diff --git a/GnuPG/contactmenu.h b/GnuPG/contactmenu.h new file mode 100644 index 0000000..94920d1 --- /dev/null +++ b/GnuPG/contactmenu.h @@ -0,0 +1,20 @@ +#ifndef __CONTACTMENU_H__ +#define __CONTACTMENU_H__ + +#define menuitemposition 10000000 + +// handles fuer die menueintraege +extern HANDLE useencryption; +extern HANDLE sendpublickey; + +// service namen der menueintraege +extern char *svcuseencryption; +extern char *svcsendpublickey; + +// service functions +int UseEncryptionService(WPARAM wparam, LPARAM lparam); +int SendPublicKeyService(WPARAM wparam, LPARAM lparam); +// event function ME_CLIST_PREBUILDCONTACTMENU +int UpdateContactMenu(WPARAM wparam, LPARAM lparam); + +#endif // __CONTACTMENU_H__ \ No newline at end of file -- cgit v1.2.3