X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fopkg_remove.h;h=08760b96ce587be76cff7c39bba879cd295df466;hb=4283ab3c37ebe4deb670dd049857b020c8794552;hp=f0c45d283ceda45edcdd672a00a385106c29a3f8;hpb=2fdb3fc0b67757afd6fe7a244b6e14d2a546af0e;p=oweals%2Fopkg-lede.git diff --git a/libopkg/opkg_remove.h b/libopkg/opkg_remove.h index f0c45d2..08760b9 100644 --- a/libopkg/opkg_remove.h +++ b/libopkg/opkg_remove.h @@ -21,10 +21,9 @@ #include "pkg.h" #include "opkg_conf.h" -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); - +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