summaryrefslogtreecommitdiff
path: root/readclose.h
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
committerjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
commit220534453eecc2c07ad710d72268aafd20b83138 (patch)
tree469bd5db135e31b7ea908152aa3389b9b1e06d5b /readclose.h
initial commit
Diffstat (limited to 'readclose.h')
-rw-r--r--readclose.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/readclose.h b/readclose.h
new file mode 100644
index 0000000..bde9889
--- /dev/null
+++ b/readclose.h
@@ -0,0 +1,11 @@
1/* Public domain. */
2
3#ifndef READCLOSE_H
4#define READCLOSE_H
5
6#include "stralloc.h"
7
8extern int readclose_append(int,stralloc *,unsigned int);
9extern int readclose(int,stralloc *,unsigned int);
10
11#endif