view main.h @ 5:e4ff04df085c

use libnotify's pkgconfig for buildflags
author Pavol Rusnak <stick@gk2.sk>
date Thu, 06 Oct 2011 15:38:49 +0200
parents f8ad23e60000
children db42ea75e9ff
line wrap: on
line source

#ifndef MAIN_H
#define MAIN_H 1

struct UpdatesInfo {
	int normal;
	int critical;
};

#endif