view notify.h @ 1:483f5fe9d2b2

change icon and tooltip of the tray icon
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:59:14 +0200
parents f5e03fc667f8
children 847ae02bc13b
line wrap: on
line source

#ifndef NOTIFY_H
#define NOTIFY_H

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

#endif