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

#include "common.h"

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

#endif