X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=f6fedd16405b0090d351a81d5dab7da123d10a02;hb=65b97c0d355f87ddec19e391518cc7ecc849badc;hp=9c67f277ee4fec47ba1abc2e46e4329fd55f4a8c;hpb=eac150f3e3dc119ad89e6d089d28a8c4b6c79223;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 9c67f27..f6fedd1 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -382,6 +382,9 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ); */ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ); +/* Closing all streams on program exit */ +void _PDCLIB_closeall( void ); + /* -------------------------------------------------------------------------- */ /* errno */ /* -------------------------------------------------------------------------- */