1 2 3 4 5 6
#ifndef TAR_H #define TAR_H void extract(const char* filename, const char* outputdir); #endif