13
0
livetrax/libs/pbd3/pbd/restartable_rw.h
Taybin Rutkin d09f6b3016 Initial revision
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-05-13 20:47:18 +00:00

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__