rpm/lib/tread.h

7 lines
105 B
C

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