Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/structures/packet/packet_client.h
46,6 → 46,10
 
#include "packet.h"
 
/** @name Packet client interface
*/
/*@{*/
 
/** Allocates the specified type right before the actual packet content and returns its pointer.
* The wrapper of the packet_prepend() function.
* @param packet The packet to be used. Input parameter.
199,6 → 203,8
*/
void pq_release( int phone, packet_id_t packet_id );
 
/*@}*/
 
#endif
 
/** @}