aboutsummaryrefslogtreecommitdiffstats
path: root/journal-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal-notify.h')
-rw-r--r--journal-notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal-notify.h b/journal-notify.h
index af69f58..fee950f 100644
--- a/journal-notify.h
+++ b/journal-notify.h
@@ -26,7 +26,7 @@
#define DEFAULTICON "dialog-information"
/*** notify ***/
-int notify(const char * summary, const char * body, const char * icon);
+int notify(const char * summary, const char * body, const char * icon, int timeout);
/*** main ***/
int main(int argc, char **argv);