Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

sendmsgt.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef SENDMSGT_H
00004 #define SENDMSGT_H
00005 
00006 #include "rcs_defs.hh"          /* MSDOS, _Windows */
00007 
00008 
00009 #ifdef __cplusplus
00010 extern "C"
00011 {
00012 #endif
00013 
00014 #include "msghdr.h"             /* struct msghdr */
00015 
00016   int sendmsgt (int fd, struct msghdr *_msg_header, int _flags,
00017                 double _timeout);
00018   void free_sendmsg_collection_buffer ();
00019 
00020   extern int sendmsgt_timed_out;
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 #endif                          /* SENDMSGT_H */

Generated on Sun Dec 2 15:56:52 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001