view main.h @ 4:9126094c5ef0

use GTK2 as Xfce/LXDE are not yet using GTK3
author Pavol Rusnak <stick@gk2.sk>
date Thu, 06 Oct 2011 15:31:50 +0200
parents f8ad23e60000
children db42ea75e9ff
line wrap: on
line source

#ifndef MAIN_H
#define MAIN_H 1

struct UpdatesInfo {
	int normal;
	int critical;
};

#endif