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/sendrecv.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 GnuPG/sendrecv.h (limited to 'GnuPG/sendrecv.h') diff --git a/GnuPG/sendrecv.h b/GnuPG/sendrecv.h new file mode 100644 index 0000000..4c6ad5c --- /dev/null +++ b/GnuPG/sendrecv.h @@ -0,0 +1,7 @@ +#ifndef __SENDRECV_H__ +#define __SENDRECV_H__ + +int SendMsgSvc(WPARAM wParam, LPARAM lParam); +int RecvMsgSvc(WPARAM wParam, LPARAM lParam); + +#endif // __SENDRECV_H__ \ No newline at end of file -- cgit v1.2.3