diff packagekit.h @ 0:f5e03fc667f8

initial commit
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:52:04 +0200
parents
children 847ae02bc13b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/packagekit.h	Mon Sep 26 18:52:04 2011 +0200
@@ -0,0 +1,11 @@
+#ifndef PACKAGEKIT_H
+#define PACKAGEKIT_H 1
+
+struct UpdatesInfo {
+	int normal;
+	int critical;
+};
+
+void query_packagekit(struct UpdatesInfo *info);
+
+#endif