view main.h @ 6:7539e6e1c299

fix desktop file and arguments order in Makefile
author Pavol Rusnak <stick@gk2.sk>
date Thu, 06 Oct 2011 16:02:19 +0200
parents f8ad23e60000
children db42ea75e9ff
line wrap: on
line source

#ifndef MAIN_H
#define MAIN_H 1

struct UpdatesInfo {
	int normal;
	int critical;
};

#endif