~ubuntu-branches/debian/jessie/ppp/jessie

« back to all changes in this revision

Viewing changes to pppd/ipcp.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Beattie
  • Date: 2001-12-11 00:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20011211002405-gcsjlgalwyjf99m2
Tags: 2.4.1.uus-4
Use MAKEDEV in postinst, not mknod. (Closes: #122574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
char *ip_ntoa __P((u_int32_t));
72
72
 
 
73
/* Added to allow static and dynamic ip(s).
 
74
 * Holds the static ip from pap-secrets
 
75
 */
 
76
u_int32_t staticaddr;
 
77
/******************************************/
 
78
 
73
79
extern struct protent ipcp_protent;