untar.h 226 B

123456789101112131415
  1. //
  2. // untar.h
  3. // Meridian
  4. //
  5. // Created by Ben Sparkes on 16/02/2018.
  6. // Copyright © 2018 Ben Sparkes. All rights reserved.
  7. //
  8. #ifndef untar_h
  9. #define untar_h
  10. int untar(FILE *a, const char *path);
  11. #endif /* untar_h */