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