view main.h @ 11:2da5037fdfad

add compatibility with libnotify version < 0.7
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