X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/fbc57595f1dfa046d8a8f8a25c3ea7f810579bb9..1e0a316ef9271ddd7e1422883a0a8db771b77a13:/client/net.h diff --git a/client/net.h b/client/net.h new file mode 100644 index 0000000..3cc0791 --- /dev/null +++ b/client/net.h @@ -0,0 +1,8 @@ +#ifndef NET_H +#define NET_H + +#include "lwip/arch.h" + +void send_report(u16_t seq, u16_t ago); + +#endif