view 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 source

#ifndef NOTIFY_H
#define NOTIFY_H

void init_notify();
void send_notify(int normal, int critical);

#endif