comparison packagekit.h @ 0:f5e03fc667f8

initial commit
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:52:04 +0200
parents
children 847ae02bc13b
comparison
equal deleted inserted replaced
-1:000000000000 0:f5e03fc667f8
1 #ifndef PACKAGEKIT_H
2 #define PACKAGEKIT_H 1
3
4 struct UpdatesInfo {
5 int normal;
6 int critical;
7 };
8
9 void query_packagekit(struct UpdatesInfo *info);
10
11 #endif