summary refs log tree commit diff stats
path: root/src/fe-gtk/notifications/notification-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/notifications/notification-backend.h')
-rw-r--r--src/fe-gtk/notifications/notification-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/notifications/notification-backend.h b/src/fe-gtk/notifications/notification-backend.h
index 98686d73..b60ced4e 100644
--- a/src/fe-gtk/notifications/notification-backend.h
+++ b/src/fe-gtk/notifications/notification-backend.h
@@ -20,7 +20,7 @@
 #define HEXCHAT_PLUGIN_NOTIFICATION_BACKEND_H
 
 int notification_backend_supported (void);
-void notification_backend_show (const char *title, const char *text, int timeout);
+void notification_backend_show (const char *title, const char *text);
 int notification_backend_init (void);
 void notification_backend_deinit (void);