#ifndef TAR_H #define TAR_H void extract(const char* filename, const char* outputdir); #endif