From 10b824963ff7b0b012e6b85c8b3f07904c473fd1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 20:15:48 -0500 Subject: Remove stupid lib directory --- lib/src/io.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/src/io.h (limited to 'lib/src/io.h') diff --git a/lib/src/io.h b/lib/src/io.h deleted file mode 100644 index bf4e086..0000000 --- a/lib/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