]> git.scottworley.com Git - tattlekey/blame - client/button.h
client: Start moving pending-sends logic out to sends.c
[tattlekey] / client / button.h
CommitLineData
d1521eda
SW
1#ifndef BUTTON_H
2#define BUTTON_H
3
4typedef void (*callback_t)();
5
6void begin_listening_for_button_press(callback_t callback);
7
8#endif