packio

view src/packio_types.h @ 1:a5728bc6a02f

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Jan 2015 02:31:29 +0200
parents
children
line source
1 #ifndef PACKIO_TYPES_H_
2 #define PACKIO_TYPES_H_
4 struct pkio_file {
5 int in_archive;
6 FILE *fp;
7 };
9 #endif /* PACKIO_TYPES_H_ */