view main.h @ 8:58a3312a1c59

add internationalization support add German translation --HG-- rename : pk-update-icon.desktop => pk-update-icon.desktop.in
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