OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / pptp / pptp_callmgr.h
1 /* pptp_callmgr.h ... Call manager for PPTP connections.
2  *                    Handles TCP port 1723 protocol.
3  *                    C. Scott Ananian <cananian@alumni.princeton.edu>
4  *
5  * $Id: pptp_callmgr.h,v 1.3 2003/02/17 00:22:17 quozl Exp $
6  */
7
8 #define PPTP_SOCKET_PREFIX "/var/run/pptp/"
9
10 int callmgr_main(int argc, char**argv, char**envp);
11 void callmgr_name_unixsock(struct sockaddr_un *where,
12                            struct in_addr inetaddr,
13                            struct in_addr localbind);