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

void extract(const char* filename, const char* outputdir);

#endif