adding list_upgradable
[oweals/opkg-lede.git] / libopkg / opkg_upgrade.h
index 2e08c53a215e31b24c5d98af546599bf40abf7ca..1523ceecc9973effdc8ca273bf9c68e32d2c4e6c 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_upgrade.c - the itsy package management system
+/* opkg_upgrade.c - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net>
 
@@ -14,3 +14,4 @@
 */
 
 int opkg_upgrade_pkg(opkg_conf_t *conf, pkg_t *old);
+pkg_vec_t *opkg_upgrade_all_list_get(opkg_conf_t *conf);