Adjust to latest ObjFW API changes.

This commit is contained in:
Jonathan Schleifer 2012-06-06 16:01:43 +02:00
parent 45806a4f08
commit 867450105e
4 changed files with 61 additions and 59 deletions

View file

@ -256,7 +256,7 @@
* the connection was closed.
*/
- (void)parseBuffer: (const char*)buffer
withLength: (size_t)length;
length: (size_t)length;
/**
* \brief Returns the socket used by the XMPPConnection.