Move <zlib.h> to include directory; add prototype for ftell()
authorhpa <hpa>
Sat, 8 Jan 2005 05:39:27 +0000 (05:39 +0000)
committerhpa <hpa>
Sat, 8 Jan 2005 05:39:27 +0000 (05:39 +0000)
com32/include/stdio.h
com32/include/zlib.h [moved from com32/lib/zlib/zlib.h with 100% similarity]

index ada42fb..7cbb4b8 100644 (file)
@@ -87,6 +87,9 @@ fwrite(void *__p, size_t __s, size_t __n, FILE *__f)
 }
 #endif
 
+/* No seek, but we can tell */
+__extern long ftell(FILE *);
+
 __extern int printf(const char *, ...);
 __extern int vprintf(const char *, va_list);
 __extern int fprintf(FILE *, const char *, ...);
similarity index 100%
rename from com32/lib/zlib/zlib.h
rename to com32/include/zlib.h