summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/svcs_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-31 17:34:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-31 17:34:45 +0000
commit9f32f113a011e34338b76eef83da6f006d528e61 (patch)
treee5b37d4a1c7073288556b7e2526561230acf96d9 /plugins/SecureIM/src/svcs_proto.h
parentd57b6799dac75f3c428393666d079fe59361c4b5 (diff)
fixes for the file sending
git-svn-id: http://svn.miranda-ng.org/main/trunk@13940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/svcs_proto.h')
-rw-r--r--plugins/SecureIM/src/svcs_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/svcs_proto.h b/plugins/SecureIM/src/svcs_proto.h
index 8b7aa6e398..f679c12f9c 100644
--- a/plugins/SecureIM/src/svcs_proto.h
+++ b/plugins/SecureIM/src/svcs_proto.h
@@ -3,9 +3,7 @@
INT_PTR __cdecl onRecvMsg(WPARAM,LPARAM);
INT_PTR __cdecl onSendMsg(WPARAM,LPARAM);
-INT_PTR __cdecl onSendFile(WPARAM,LPARAM);
-int __cdecl onProtoAck(WPARAM,LPARAM);
int __cdecl onContactSettingChanged(WPARAM,LPARAM);
#endif