]> git.scottworley.com Git - tattlekey/blob - client/net.h
7805cb99d04100ae8916e258823481ecb655f8a8
[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