]> git.scottworley.com Git - tattlekey/blobdiff - client/net.h
client: Send UDP packets
[tattlekey] / client / net.h
diff --git a/client/net.h b/client/net.h
new file mode 100644 (file)
index 0000000..3cc0791
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef NET_H
+#define NET_H
+
+#include "lwip/arch.h"
+
+void send_report(u16_t seq, u16_t ago);
+
+#endif