summaryrefslogtreecommitdiff
path: root/include/timeout.h
blob: 7b1d6b1aa67e946703f02d5f1297e336dd3b20ca (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