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