File: tcpremoteinfo.h

package info (click to toggle)
courier 0.47-4sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 32,680 kB
  • ctags: 12,265
  • sloc: ansic: 164,045; cpp: 23,863; sh: 19,569; perl: 7,225; makefile: 4,192; yacc: 316; sed: 16
file content (31 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef	tcpremoteinfo_h
#define	tcpremoteinfo_h

/*
** Copyright 1998 - 1999 Double Precision, Inc.
** See COPYING for distribution information.
*/

/*
** $Id: tcpremoteinfo.h,v 1.3 2000/05/21 20:27:57 mrsam Exp $
*/

#include	<sys/types.h>
#include	<sys/socket.h>
#include	<netinet/in.h>
#include	<arpa/inet.h>
#include	"rfc1035/rfc1035.h"

#ifdef	__cplusplus
extern "C" {
#endif

const char *tcpremoteinfo(const RFC1035_ADDR *, int,		/* Local */
	const RFC1035_ADDR *, int,				/* Remote */
	const char **);

#ifdef	__cplusplus
} ;
#endif

#endif