summaryrefslogtreecommitdiffstats
path: root/xpa/timedconn.h
blob: e46e69db0d372f50a5bf96b283c038b75165a96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *	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