comparison 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
comparison
equal deleted inserted replaced
2:847ae02bc13b 3:f8ad23e60000
19 */ 19 */
20 20
21 #ifndef NOTIFY_H 21 #ifndef NOTIFY_H
22 #define NOTIFY_H 22 #define NOTIFY_H
23 23
24 #include "main.h"
25
24 void init_notify(); 26 void init_notify();
25 void send_notify(int normal, int critical); 27 void send_notify(struct UpdatesInfo *info);
28 const char *notify_text(struct UpdatesInfo *info);
26 29
27 #endif 30 #endif