]> git.scottworley.com Git - tattlekey/blobdiff - client/net.h
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits
[tattlekey] / client / net.h
index 30a6e03b03a20f61f4e2f85835a03a37b565b931..9b8fc1f7e0043d8a8fff61c35495ee7e859847cd 100644 (file)
@@ -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