mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
swaybar: fix empty function prototypes
This commit is contained in:
parent
952453480f
commit
9932c6a1f1
2 changed files with 4 additions and 4 deletions
|
|
@ -19,8 +19,8 @@ bool remove_event(int fd);
|
|||
bool remove_timer(timer_t timer);
|
||||
|
||||
// Blocks and returns after sending callbacks
|
||||
void event_loop_poll();
|
||||
void event_loop_poll(void);
|
||||
|
||||
void init_event_loop();
|
||||
void init_event_loop(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue