diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-15 18:21:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-15 18:21:33 +0000 |
commit | 683c656dd87e82ec9e2d05f72a7b7e1c7269bfd6 (patch) | |
tree | dbd36275d84fe57ae7e60f7765275b1ad1f13ed1 /protocols/AimOscar/src/proto.h | |
parent | a9fc5c1795cea571927f6ff4ceb8701ffe609ad4 (diff) |
ProtoBroadcastAck - unified helper for all protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@4962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/proto.h')
-rw-r--r-- | protocols/AimOscar/src/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/proto.h b/protocols/AimOscar/src/proto.h index 27cec08d83..5c8aa0bde9 100644 --- a/protocols/AimOscar/src/proto.h +++ b/protocols/AimOscar/src/proto.h @@ -492,8 +492,6 @@ struct CAimProto : public PROTO_INTERFACE void setTString(HANDLE hContact, const char* name, const TCHAR* value);
void setWord(const char* name, WORD value);
void setWord(HANDLE hContact, const char* name, WORD value);
-
- int sendBroadcast(HANDLE hContact, int type, int result, HANDLE hProcess, LPARAM lParam);
};
#endif
|