patch-pppd_upap_h 404 B

123456789101112
  1. --- ppp-2.4.5.orig/pppd/upap.h 2009-11-16 23:26:07.000000000 +0100
  2. +++ ppp-2.4.5/pppd/upap.h 2014-03-17 16:13:13.000000000 +0100
  3. @@ -104,7 +104,7 @@ typedef struct upap_state {
  4. extern upap_state upap[];
  5. -void upap_authwithpeer __P((int, char *, char *));
  6. -void upap_authpeer __P((int));
  7. +void upap_authwithpeer (int, char *, char *);
  8. +void upap_authpeer (int);
  9. extern struct protent pap_protent;