Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/include/ape/Plan9libnet.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#ifndef __LIBNET_H
2
#define __LIBNET_H
3
#ifndef _NET_EXTENSION
4
   This header file is not defined in ANSI or POSIX
5
#endif
6
#pragma lib "/$M/lib/ape/libnet.a"
7
 
8
#define NETPATHLEN 40
9
 
10
extern	int	accept(int, char*);
11
extern	int	announce(char*, char*);
12
extern	int	dial(char*, char*, char*, int*);
13
extern	int	hangup(int);
14
extern	int	listen(char*, char*);
15
extern	char*	netmkaddr(char*, char*, char*);
16
extern	int	reject(int, char*, char *);
17
 
18
extern char    dialerrstr[64];
19
 
20
#endif /* __LIBNET_H */