diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 16:02:21 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 16:02:21 +0200 |
commit | 9a364f3ad2056fba6260ab519e6efc13439ba2cb (patch) | |
tree | 87055f4004c0aec0fd03f1755a6a6b3887187dfe /src/jo_n_notify.c | |
parent | eSpeak is the problem (diff) | |
download | lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.gz lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.bz2 lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.xz lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.zst lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.zip |
Everything is fine
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; |