X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/f523aaab2c85c71677a894c76ad7663101b388ed..adf355dc420c072b09c5d40187a62c300234d85d:/client/net.h diff --git a/client/net.h b/client/net.h index 3cc0791..7805cb9 100644 --- a/client/net.h +++ b/client/net.h @@ -3,6 +3,6 @@ #include "lwip/arch.h" -void send_report(u16_t seq, u16_t ago); +void send_report_packet(u16_t seq, u16_t ago); #endif