X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=fs.h;h=e44a1e89eb641059d22977b2a025d4eb2c864aa5;hb=969a5304d11783e7d389054669659e84c2b5fb98;hp=219adee0dec20166e39c6ffee56844a47b8cacb6;hpb=9dc8149ee231682452a52a4ec4bdee3981da5492;p=xonotic%2Fdarkplaces.git diff --git a/fs.h b/fs.h index 219adee0..e44a1e89 100644 --- a/fs.h +++ b/fs.h @@ -52,9 +52,10 @@ int FS_Print(qfile_t* file, const char *msg); int FS_Printf(qfile_t* file, const char* format, ...); int FS_VPrintf(qfile_t* file, const char* format, va_list ap); int FS_Getc (qfile_t* file); -void FS_UnGetc (qfile_t* file, unsigned char c); +int FS_UnGetc (qfile_t* file, unsigned char c); int FS_Seek (qfile_t* file, long offset, int whence); long FS_Tell (qfile_t* file); +void FS_Purge (qfile_t* file); typedef struct fssearch_s {