summaryrefslogtreecommitdiffstats
path: root/xpa/tcp.h
blob: c22b874ca7343ad8cd2f6610139dc7778d731a9f (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
 */

/*
 *
 * tcp.h - include file for tcp support in xpa
 *
 */

#ifndef	__tcp_h
#define	__tcp_h

#include <prsetup.h>

_PRbeg

int gethost _PRx((char *host, int len));
unsigned int gethostip _PRx((char *host));
char *getiphost _PRx((unsigned int ip));

_PRend

#endif