comparison 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
comparison
equal deleted inserted replaced
2:847ae02bc13b 3:f8ad23e60000
19 */ 19 */
20 20
21 #ifndef PACKAGEKIT_H 21 #ifndef PACKAGEKIT_H
22 #define PACKAGEKIT_H 1 22 #define PACKAGEKIT_H 1
23 23
24 struct UpdatesInfo { 24 #include "main.h"
25 int normal;
26 int critical;
27 };
28 25
29 void query_packagekit(struct UpdatesInfo *info); 26 void query_packagekit(struct UpdatesInfo *info);
30 27
31 #endif 28 #endif