#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/buffer.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/bufferedio.h>
Go to the source code of this file.
|
|
|
|
|
Decrements the size value by the given offset (will not go below zero). |
|
|
|
|
|
Returns a pointer to the buffer belonging to a message. This function does NOT relinquish ownership. |
|
|
|
Returns a pointer to the DB belonging to a message. This function does NOT relinquish ownership. |
|
|
|
|
|
Returns the value of the size variable. The meaning of this variable depends on the protocol this message belongs to. |
|
Increments the size value by the given offset (does not check for wrap-around). |
|
|
|
Replaces the internal buffer with the given one. Takes over ownership of the buffer. |
|
Replaces the internal bufferedIO with the given one. Takes over ownership of the bufferedIO. |
|
|
|
|
|
|
|
|