]> git.scottworley.com Git - tattlekey/blame - client/net.h
client: Interleave accepting new button presses & re-sends
[tattlekey] / client / net.h
CommitLineData
1e0a316e
SW
1#ifndef NET_H
2#define NET_H
3
4#include "lwip/arch.h"
5
6void send_report(u16_t seq, u16_t ago);
7
8#endif