From 2fdb3fc0b67757afd6fe7a244b6e14d2a546af0e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 08 Dec 2009 20:20:03 -0500 Subject: Merge commit 'grg' into HEAD git-svn-id: http://opkg.googlecode.com/svn/trunk@471 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_remove.h') diff --git a/libopkg/opkg_remove.h b/libopkg/opkg_remove.h index 650d8bf..f0c45d2 100644 --- a/libopkg/opkg_remove.h +++ b/libopkg/opkg_remove.h @@ -21,10 +21,10 @@ #include "pkg.h" #include "opkg_conf.h" -int opkg_remove_pkg(opkg_conf_t *conf, pkg_t *pkg,int message); -int pkg_has_installed_dependents(opkg_conf_t *conf, abstract_pkg_t *parent_apkg, pkg_t *pkg, abstract_pkg_t *** pdependents); -void remove_data_files_and_list(opkg_conf_t *conf, pkg_t *pkg); -void remove_maintainer_scripts(opkg_conf_t *conf, pkg_t *pkg); +int opkg_remove_pkg(pkg_t *pkg,int message); +int pkg_has_installed_dependents(pkg_t *pkg, abstract_pkg_t *** pdependents); +void remove_data_files_and_list(pkg_t *pkg); +void remove_maintainer_scripts(pkg_t *pkg); #endif -- cgit v0.9.1