comparison notify.h @ 0:f5e03fc667f8

initial commit
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:52:04 +0200
parents
children 847ae02bc13b
comparison
equal deleted inserted replaced
-1:000000000000 0:f5e03fc667f8
1 #ifndef NOTIFY_H
2 #define NOTIFY_H
3
4 void init_notify();
5 void send_notify(int normal, int critical);
6
7 #endif