Fix init_tray function declaration

This fixes compilation failure:
error: call to function 'init_tray' without a real prototype
master
Adam Mizerski 7 years ago
parent c352cae55e
commit 501c788f5f

@ -27,6 +27,6 @@ void tray_upkeep(struct bar *bar);
/**
* Initializes the tray with D-Bus
*/
void init_tray();
void init_tray(struct bar *bar);
#endif /* _SWAYBAR_TRAY_H */

Loading…
Cancel
Save