packio

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/packio_types.h	Fri Jan 09 02:31:29 2015 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +#ifndef PACKIO_TYPES_H_
     1.5 +#define PACKIO_TYPES_H_
     1.6 +
     1.7 +struct pkio_file {
     1.8 +	int in_archive;
     1.9 +	FILE *fp;
    1.10 +};
    1.11 +
    1.12 +#endif	/* PACKIO_TYPES_H_ */