diff options
Diffstat (limited to 'include/timeout.h')
-rw-r--r-- | include/timeout.h | 7 |
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 |