From 4c31a79f1f76b6d80fffd05180dadcbb5a882293 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 2 Mar 2008 11:44:52 -0500 Subject: Move logger/io routines to separate modules. --- src/io.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/io.h (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h new file mode 100644 index 0000000..0db889b --- /dev/null +++ b/src/io.h @@ -0,0 +1,9 @@ +#ifndef _IO_H +#define _IO_H + +#include + +int restartable_read(unsigned char *buf, size_t buflen); +int restartable_write(const unsigned char *buf, size_t buflen); + +#endif -- cgit v1.2.3