new file
[ardour.git] / libs / pbd / pbd / restartable_rw.h
1 #ifndef __libmisc_restartable_rw__h__
2 #define __libmisc_restartable_rw__h__
3
4 extern int restartable_write (int fd, unsigned char *buf, size_t cnt);
5 extern int restartable_read (int fd, unsigned char *buf, size_t cnt);
6
7 #endif // __libmisc_restartable_rw__h__