mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
another doc fix
This commit is contained in:
parent
259376b214
commit
b3de8a29c4
1 changed files with 1 additions and 1 deletions
2
packet.c
2
packet.c
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
/** Creates a packet that may be sent to a peer.
|
||||
@param data initial contents of the packet's data; the packet's data will remain uninitialized if dataContents is NULL.
|
||||
@param data initial contents of the packet's data; the packet's data will remain uninitialized if data is NULL.
|
||||
@param dataLength size of the data allocated for this packet
|
||||
@param flags flags for this packet as described for the ENetPacket structure.
|
||||
@returns the packet on success, NULL on failure
|
||||
|
|
Loading…
Reference in a new issue