]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/_PDCLIB_flushbuffer.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / _PDCLIB_flushbuffer.c
index ffbbb4f088c88ef84767a056e3570fd7c78055a4..7ee0d93c35730aa08b1baaa28128d2e735f23f16 100644 (file)
@@ -9,8 +9,9 @@
 \r
 #ifndef REGTEST\r
 #include <_PDCLIB_glue.h>\r
+#include <_PDCLIB_io.h>\r
 \r
-int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream )\r
+int _PDCLIB_flushbuffer( FILE * stream )\r
 {\r
     if ( ! ( stream->status & _PDCLIB_FBIN ) )\r
     {\r