diff notify.h @ 3:f8ad23e60000

code rework, show notify window just once
author Pavol Rusnak <stick@gk2.sk>
date Tue, 27 Sep 2011 12:15:39 +0200
parents 847ae02bc13b
children 58a3312a1c59
line wrap: on
line diff
--- a/notify.h	Tue Sep 27 02:31:31 2011 +0200
+++ b/notify.h	Tue Sep 27 12:15:39 2011 +0200
@@ -21,7 +21,10 @@
 #ifndef NOTIFY_H
 #define NOTIFY_H
 
+#include "main.h"
+
 void init_notify();
-void send_notify(int normal, int critical);
+void send_notify(struct UpdatesInfo *info);
+const char *notify_text(struct UpdatesInfo *info);
 
 #endif