diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 1f8e28dcdf..5b412c3390 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -419,9 +419,6 @@ struct CIcqProto : public PROTO<CIcqProto> HANDLE AddEvent(MCONTACT hContact, WORD wType, DWORD dwTime, DWORD flags, DWORD cbBlob, PBYTE pBlob);
int IsICQContact(MCONTACT hContact);
- MCONTACT FindFirstContact();
- MCONTACT FindNextContact(MCONTACT hContact);
-
int getSetting(MCONTACT hContact, const char *szSetting, DBVARIANT *dbv);
double getSettingDouble(MCONTACT hContact, const char *szSetting, double dDef);
int getSettingStringStatic(MCONTACT hContact, const char *szSetting, char *dest, int dest_len);
|