aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_n_notify.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-27 01:02:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-27 01:02:18 +0200
commitea0eca4f717d7f4408273613a566f3550d27085b (patch)
treeb1c1fa062823bb36bbd8bb9dab6437c83c229eec /src/jo_n_notify.h
parentMakefile change (diff)
downloadlowbat-bsd-ea0eca4f717d7f4408273613a566f3550d27085b.tar.gz
lowbat-bsd-ea0eca4f717d7f4408273613a566f3550d27085b.tar.bz2
lowbat-bsd-ea0eca4f717d7f4408273613a566f3550d27085b.tar.xz
lowbat-bsd-ea0eca4f717d7f4408273613a566f3550d27085b.tar.zst
lowbat-bsd-ea0eca4f717d7f4408273613a566f3550d27085b.zip
Rewrite started
Diffstat (limited to 'src/jo_n_notify.h')
-rw-r--r--src/jo_n_notify.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/jo_n_notify.h b/src/jo_n_notify.h
deleted file mode 100644
index a72395a..0000000
--- a/src/jo_n_notify.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/****************************************************************************************/
-/* */
-/* File : jo_n_notify.h /_________/ */
-/* Author : Joe | */
-/* Date : 04/2020 | */
-/* Info : Uses libnotify lib to notify | */
-/* / | */
-/* \ / */
-/* \_____/ */
-/* */
-/****************************************************************************************/
-
-#ifndef JO_N_NOTIFY_H
-#define JO_N_NOTIFY_H
-
-#include <libnotify/notify.h>
-#include <stddef.h>
-#include <stdint.h>
-
-#define JO_LOWBAT "lowbat"
-
-void jo_n_notify(
- const char[],
- const char[],
- NotifyUrgency,
- int32_t
- );
-
-#endif