00001 /************************************************************************
00002 * File: sendline.h
00003 *************************************************************************/
00004
00005
00006
00007 #ifndef SENDLINE_H
00008 #define SENDLINE_H
00009
00010
00011 #ifdef __cplusplus
00012 extern "C"
00013 {
00014 #endif
00015
00016 int sendline (int fd, const char *cptr, int flags, double timeout);
00017
00018 #ifdef __cplusplus
00019 };
00020 #endif
00021
00022
00023 #endif /* SENDLINE_H */
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001