packio

diff include/packio.h @ 1:a5728bc6a02f

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Jan 2015 02:31:29 +0200
parents a71bd70c1014
children
line diff
     1.1 --- a/include/packio.h	Sat Jan 03 15:29:05 2015 +0200
     1.2 +++ b/include/packio.h	Fri Jan 09 02:31:29 2015 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  
     1.5  extern int pkio_errno;
     1.6  
     1.7 -int pkio_fopen(const char *path);
     1.8 +PKIO_FILE *pkio_fopen(const char *path, const char *mode);
     1.9  int pkio_fclose(PKIO_FILE *fp);
    1.10  
    1.11  int pkio_fseek(PKIO_FILE *fp, long offset, int whence);