Remove the purge command. Undocumented and only duplicates remove functionality.
[oweals/opkg-lede.git] / libopkg / opkg_remove.h
index bc96f3249de78d81e8f5682e0ebb2545e26115ac..909475c5d06c038a897dee9c38953e6bf83ced9b 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_remove.h - the itsy package management system
+/* opkg_remove.h - the opkg package management system
 
    Carl D. Worth
 
@@ -22,7 +22,6 @@
 #include "opkg_conf.h"
 
 int opkg_remove_pkg(opkg_conf_t *conf, pkg_t *pkg,int message);
-int opkg_purge_pkg(opkg_conf_t *conf, pkg_t *pkg);
 int possible_broken_removal_of_packages (opkg_conf_t *conf, pkg_t *pkg);
 int pkg_has_installed_dependents(opkg_conf_t *conf, abstract_pkg_t *parent_apkg, pkg_t *pkg, abstract_pkg_t *** pdependents);
 int remove_data_files_and_list(opkg_conf_t *conf, pkg_t *pkg);