mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 15:48:02 +00:00
Adds a missing function declaration.
This commit is contained in:
parent
8de574422f
commit
17645b576a
@ -9,6 +9,9 @@ void submenu_draw();
|
||||
//! Change the selected applet.
|
||||
int submenu_keypress(char c);
|
||||
|
||||
//! Lets a keypress fall through from the clock to the select submenu applet.
|
||||
int submenu_fallthrough(char ch);
|
||||
|
||||
//! On exit, set the submenu app.
|
||||
int submenu_exit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user