diff options
Diffstat (limited to 'GnuPG/sendrecv.h')
-rw-r--r-- | GnuPG/sendrecv.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |