diff packagekit.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 847ae02bc13b
children
line wrap: on
line diff
--- a/packagekit.h	Tue Sep 27 02:31:31 2011 +0200
+++ b/packagekit.h	Tue Sep 27 12:15:39 2011 +0200
@@ -21,10 +21,7 @@
 #ifndef PACKAGEKIT_H
 #define PACKAGEKIT_H 1
 
-struct UpdatesInfo {
-	int normal;
-	int critical;
-};
+#include "main.h"
 
 void query_packagekit(struct UpdatesInfo *info);