diff options
Diffstat (limited to 'xpa/timedconn.h')
-rw-r--r-- | xpa/timedconn.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/xpa/timedconn.h b/xpa/timedconn.h deleted file mode 100644 index e46e69d..0000000 --- a/xpa/timedconn.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory - */ - -/* - * - * timedconn.h -- declarations for connect w/ timeout - * - */ - -#ifndef __timedconn_h -#define __timedconn_h - -#include <prsetup.h> - -_PRbeg - -int alrmconnect _PRx((int sockfd, void *saptr, int salen, int nsec)); - -int noblkconnect _PRx((int sockfd, void *saptr, int salen, int nsec)); - -_PRend - -#endif |