Subversion Repositories SvarDOS

Rev

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

Rev 243 Rev 250
Line 5... Line 5...
5
 
5
 
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(const char *filterstr, const char *dosdir);
10
  int showinstalledpkgs(const char *filterstr, const char *dosdir);
11
  int listfilesofpkg(const char *pkgname, const char *dosdir);
11
  int listfilesofpkg(const char *pkgname, const char *dosdir);
12
#endif
12
#endif