]> git.scottworley.com Git - tattlekey/blobdiff - client/net.h
client: Make the queue size bounds configurable
[tattlekey] / client / net.h
index 3cc07916e34768600fd99debad96da50d5a66c27..7805cb99d04100ae8916e258823481ecb655f8a8 100644 (file)
@@ -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