Subversion Repositories SvarDOS

Rev

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

Rev 228 Rev 232
Line 4... Line 4...
4
 */
4
 */
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(char *pkgname, char *dosdir);
9
  struct flist_t *pkg_loadflist(const char *pkgname, const char *dosdir);
10
  void showinstalledpkgs(char *filterstr, char *dosdir);
10
  void showinstalledpkgs(char *filterstr, const char *dosdir);
11
  void listfilesofpkg(char *pkgname, char *dosdir);
11
  void listfilesofpkg(char *pkgname, const char *dosdir);
12
#endif
12
#endif