]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
removed a clear of names in the render modules init code, this allows it to be called...
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index 219adee0dec20166e39c6ffee56844a47b8cacb6..e44a1e89eb641059d22977b2a025d4eb2c864aa5 100644 (file)
--- 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
 {