mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Function defs for packet logging.
This commit is contained in:
parent
219a684fd0
commit
936f1f55bb
1 changed files with 7 additions and 0 deletions
|
@ -126,4 +126,11 @@ void Netchan_Setup (netchan_t *chan, netadr_t adr, int qport);
|
|||
qboolean Netchan_CanPacket (netchan_t *chan);
|
||||
qboolean Netchan_CanReliable (netchan_t *chan);
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
extern int Net_Log_Init (void);
|
||||
extern void Log_Incoming_Packet (char *p, int len);
|
||||
extern void Log_Outgoing_Packet (char *p, int len);
|
||||
extern void Net_LogStop (void);
|
||||
#endif
|
||||
|
||||
#endif // _NET_H
|
||||
|
|
Loading…
Reference in a new issue