Subversion Repositories SvarDOS

Rev

Rev 232 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 232 Rev 242
Line 6... Line 6...
6
#ifndef showinst_h_sentinel
6
#ifndef showinst_h_sentinel
7
  #define showinst_h_sentinel
7
  #define showinst_h_sentinel
8
  void pkg_freeflist(struct flist_t *flist);
8
  void pkg_freeflist(struct flist_t *flist);
9
  struct flist_t *pkg_loadflist(const char *pkgname, const char *dosdir);
9
  struct flist_t *pkg_loadflist(const char *pkgname, const char *dosdir);
10
  void showinstalledpkgs(char *filterstr, const char *dosdir);
10
  void showinstalledpkgs(char *filterstr, const char *dosdir);
11
  void listfilesofpkg(char *pkgname, const char *dosdir);
11
  int listfilesofpkg(const char *pkgname, const char *dosdir);
12
#endif
12
#endif