8 lines
118 B
C
8 lines
118 B
C
#pragma once
|
|
|
|
struct packet;
|
|
struct buf;
|
|
|
|
void stats_init(void);
|
|
void stats_serialize(struct packet *, struct buf *);
|