]> git.scottworley.com Git - tattlekey/blob - client/net.h
client: Rename the event enum values
[tattlekey] / client / net.h
1 #ifndef NET_H
2 #define NET_H
3
4 #include "lwip/arch.h"
5
6 void send_report_packet(u16_t seq, u16_t ago);
7
8 #endif