summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/restartable_rw.h
blob: ee84e4e29564b1c6a73232f920b884a33e1afd32 (plain)
1
2
3
4
5
6
7
#ifndef __libmisc_restartable_rw__h__
#define __libmisc_restartable_rw__h__

extern int restartable_write (int fd, unsigned char *buf, size_t cnt);
extern int restartable_read (int fd, unsigned char *buf, size_t cnt);

#endif // __libmisc_restartable_rw__h__