d09f6b3016
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
259 B
C
8 lines
259 B
C
#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__
|