Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4704 → Rev 4705

/branches/network/uspace/srv/net/structures/packet/packet_client.h
77,7 → 77,7
* @param suffix The type of the suffix to be removed from the end of the packet content. Input parameter.
* @returns EOK on success.
* @returns EINVAL if the packet is not valid.
* @returns EINVAL if there is not enough memory left.
* @returns ENOMEM if there is not enough memory left.
*/
#define PACKET_TRIM( packet, prefix, suffix ) packet_trim(( packet ), sizeof( prefix ), sizeof( suffix ))