File: timedconn.h

package info (click to toggle)
python-pyds9 1.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,224 kB
  • sloc: ansic: 17,257; sh: 3,668; python: 701; makefile: 491; tcl: 219
file content (24 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (17)
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