X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=5e7d84035e8b0a8ca84d542b21ad485879fc3ffb;hb=7bcac73ac7bf61de3dd1bbeaf6071894c7805e7f;hp=e8ce60bf2190a33a0042f92c8b0c828952a1af73;hpb=a33bc00368895ce9eb6d831428c3870067f1b19b;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index e8ce60b..5e7d840 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -263,13 +263,13 @@ typedef unsigned _PDCLIB_intmax _PDCLIB_uintmax_t; struct { - _PDCLIB_fd_t handle; /* OS-specific file descriptor */ - _PDCLIB_fpos_t position; /* file position indicator */ - void * buffer; /* file buffer */ - size_t bufsize; /* size of buffer */ - int status; /* misc. status bits */ - /*mbstate_t mbstate;*//* multibyte parse state */ /* TODO: Unmask. */ - FILE * next; /* provisions for linked list handling */ + _PDCLIB_fd_t handle; /* OS-specific file descriptor */ + _PDCLIB_fpos_t position; /* file position indicator */ + void * buffer; /* file buffer */ + _PDCLIB_size_t bufsize; /* size of buffer */ + int status; /* misc. status bits */ + /*mbstate_t mbstate; multibyte parse state - TODO: Unmask. */ + struct _PDCLIB_file_t * next; /* provisions for linked list handling */ } _PDCLIB_file_t; /* -------------------------------------------------------------------------- */