diff notify.h @ 0:f5e03fc667f8

initial commit
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:52:04 +0200
parents
children 847ae02bc13b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/notify.h	Mon Sep 26 18:52:04 2011 +0200
@@ -0,0 +1,7 @@
+#ifndef NOTIFY_H
+#define NOTIFY_H
+
+void init_notify();
+void send_notify(int normal, int critical);
+
+#endif