X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/3a07ca822f74d4fa3ee27719b36c56c0206b8442..9266b741959871619b5431a2b4e4ebdad5567a3d:/client/net.h diff --git a/client/net.h b/client/net.h index 30a6e03..9b8fc1f 100644 --- a/client/net.h +++ b/client/net.h @@ -20,6 +20,6 @@ #include "lwip/arch.h" -void send_report_packet(u16_t seq, u16_t ago); +void send_report_packet(u16_t seq, u32_t ago); #endif