From 50f3c688a7cd4819680dbd19b9933c6cb5e62ca7 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 19:44:47 -0500 Subject: Move most files into lib, add top-level makefile --- src/io.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/io.h (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h deleted file mode 100644 index bf4e086..0000000 --- a/src/io.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (C) 2008, Brian Cully - */ - -#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