X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/1e0a316ef9271ddd7e1422883a0a8db771b77a13..e3ff9e0d326c0dfce08c7b9fb7aaa2b11245a6a5:/client/net.h?ds=sidebyside 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