rpm/lib/tread.h

7 lines
91 B
C

#ifndef H_TREAD
#define H_TREAD
int timedRead(int fd, void * bufptr, int length);
#endif