summaryrefslogtreecommitdiff
path: root/pppd_plugin/src/pptp_callmgr.h
blob: d7bc2d65119d112cf87d1a08065e74ff7d6bfd6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* pptp_callmgr.h ... Call manager for PPTP connections.
 *                    Handles TCP port 1723 protocol.
 *                    C. Scott Ananian <cananian@alumni.princeton.edu>
 *
 * $Id: pptp_callmgr.h,v 1.3 2003/02/17 00:22:17 quozl Exp $
 */

#define PPTP_SOCKET_PREFIX "/var/run/pptp/"

int callmgr_main(int argc, char**argv, char**envp);
void callmgr_name_unixsock(struct sockaddr_un *where,
			   struct in_addr inetaddr,
			   struct in_addr localbind);