summaryrefslogtreecommitdiff
path: root/release/src/router/pptp-client/pptp_gre.h
blob: a470cfa135a8b5b493eb068270b2bac74cec3ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* pptp_gre.h -- encapsulate PPP in PPTP-GRE.
 *               Handle the IP Protocol 47 portion of PPTP.
 *               C. Scott Ananian <cananian@alumni.princeton.edu>
 *
 * $Id: pptp_gre.h,v 1.1.1.1 2002/07/25 06:52:39 honor Exp $
 */

/*void pptp_gre_copy(u_int16_t call_id, u_int16_t peer_call_id,
		   char *pty, char *inetaddr);*/
void pptp_gre_copy(u_int16_t call_id, u_int16_t peer_call_id,
		   int pty_fd, struct in_addr inetaddr);