diff options
Diffstat (limited to 'src/jo_n_notify.c')
-rw-r--r-- | src/jo_n_notify.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/jo_n_notify.c b/src/jo_n_notify.c index 7abb827..a92f2b2 100644 --- a/src/jo_n_notify.c +++ b/src/jo_n_notify.c @@ -13,12 +13,11 @@ #include <jo_n_notify.h> void -jo_n_notify( - const char head[], - const char body[], - NotifyUrgency u, - int32_t t - ) +jo_n_notify +(const char head[], + const char body[], + NotifyUrgency u, + int32_t t) { NotifyNotification *n; |