summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-15 18:21:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-15 18:21:33 +0000
commit683c656dd87e82ec9e2d05f72a7b7e1c7269bfd6 (patch)
treedbd36275d84fe57ae7e60f7765275b1ad1f13ed1 /protocols/AimOscar/src/proto.h
parenta9fc5c1795cea571927f6ff4ceb8701ffe609ad4 (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.h2
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