view main.h @ 10:fe1a21ab4f69

add a man page
author Guido Berhoerster <guido@berhoerster.name>
date Tue, 11 Oct 2011 17:07: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