summaryrefslogtreecommitdiff
path: root/include/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeout.h')
-rw-r--r--include/timeout.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/timeout.h b/include/timeout.h
new file mode 100644
index 0000000..1b45e9f
--- /dev/null
+++ b/include/timeout.h
@@ -0,0 +1,7 @@
+#ifndef TIMEOUT_H
+#define TIMEOUT_H
+
+extern int timeoutread(int,int,char *,int);
+extern int timeoutwrite(int,int,char *,int);
+
+#endif