aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
blob: ab685664957b5e47aa58887dfcc98ebd19957707 (plain)
1
2
3
4
5
6
#ifndef TAR_H
#define TAR_H

void extract(const struct MemoryStruct* tar, const char* outputdir);

#endif