diff options
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 585f434a88..20371a9e30 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -390,8 +390,8 @@ struct ThreadData void close(void);
void shutdown(void);
int recv(char* buf, size_t len);
- int send(char* buffer, int bufsize);
- int send(const char* fmt, ...);
+ int send(char* buffer, int bufsize = -1);
+// int send(const char* fmt, ...);
int send(HXML node);
int recvws(char* buffer, size_t bufsize, int flags);
|