Rev 232 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
/*
* This file is part of pkginst (SvarDOS)
* Copyright (C) 2013-2021 Mateusz Viste
*/
#ifndef showinst_h_sentinel
#define showinst_h_sentinel
void pkg_freeflist(struct flist_t *flist);
struct flist_t *pkg_loadflist(const char *pkgname, const char *dosdir);
void showinstalledpkgs(char *filterstr, const char *dosdir);
int listfilesofpkg(const char *pkgname, const char *dosdir);
#endif