Home
last modified time | relevance | path

Searched refs:tar_make_func (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dtarfn.h93 typedef int tar_make_func(struct tar_archive *tar, struct tar_entry *h); typedef
98 tar_make_func *extract_file;
99 tar_make_func *link;
100 tar_make_func *symlink;
101 tar_make_func *mkdir;
102 tar_make_func *mknod;
/dports/archivers/dpkg/dpkg-1.19.7/
H A DChangeLog70230 libdpkg: Rename function type from tar_func to tar_make_func