diff main.h @ 3:f8ad23e60000

code rework, show notify window just once
author Pavol Rusnak <stick@gk2.sk>
date Tue, 27 Sep 2011 12:15:39 +0200
parents
children db42ea75e9ff
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Tue Sep 27 12:15:39 2011 +0200
@@ -0,0 +1,9 @@
+#ifndef MAIN_H
+#define MAIN_H 1
+
+struct UpdatesInfo {
+	int normal;
+	int critical;
+};
+
+#endif