summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/swaybar/tray/tray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/tray/tray.h b/include/swaybar/tray/tray.h
index b718e555..2d0662be 100644
--- a/include/swaybar/tray/tray.h
+++ b/include/swaybar/tray/tray.h
@@ -27,6 +27,6 @@ void tray_upkeep(struct bar *bar);
27/** 27/**
28 * Initializes the tray with D-Bus 28 * Initializes the tray with D-Bus
29 */ 29 */
30void init_tray(); 30void init_tray(struct bar *bar);
31 31
32#endif /* _SWAYBAR_TRAY_H */ 32#endif /* _SWAYBAR_TRAY_H */