summaryrefslogtreecommitdiff
path: root/include/timeout.h
blob: 1b45e9f515895d278184c3a871f79bbc9c70a115 (plain)
1
2
3
4
5
6
7
#ifndef TIMEOUT_H
#define TIMEOUT_H

extern int timeoutread(int,int,char *,int);
extern int timeoutwrite(int,int,char *,int);

#endif