Provide a more useful comment.
[oweals/opkg-lede.git] / libopkg / opkg_upgrade.h
index 2e08c53a215e31b24c5d98af546599bf40abf7ca..ac4952dd891f0a1fc42fde8028a816290a15c667 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>
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.
 */
+#ifndef OPKG_UPGRADE_H
+#define OPKG_UPGRADE_H
 
+#include "active_list.h"
 int opkg_upgrade_pkg(opkg_conf_t *conf, pkg_t *old);
+struct active_list * prepare_upgrade_list (opkg_conf_t *conf);
+
+#endif