]> git.scottworley.com Git - tattlekey/blame - client/net.h
client: xcalloc
[tattlekey] / client / net.h
CommitLineData
1e0a316e
SW
1#ifndef NET_H
2#define NET_H
3
4#include "lwip/arch.h"
5
adf355dc 6void send_report_packet(u16_t seq, u16_t ago);
1e0a316e
SW
7
8#endif