X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/e3ff9e0d326c0dfce08c7b9fb7aaa2b11245a6a5..f68e05b24686490605df455a66704909c84ea606:/client/press.h?ds=sidebyside diff --git a/client/press.h b/client/press.h index cd34b3d..898bb1a 100644 --- a/client/press.h +++ b/client/press.h @@ -17,7 +17,9 @@ typedef struct { press_pile_t *create_press_pile(); -void create_press(press_pile_t *pp, uint32_t timestamp, u16_t seq); +/* Adds this press to the pile. + * Copies the contents of `press`. */ +void add_press(press_pile_t *pp, press_t *press); /* When do we next need to send something (in seconds since boot)? * Returns -1 if there's nothing pending. */