3 --- pppd/main.c.orig 2004-11-13 13:05:48.000000000 +0100
5 @@ -232,6 +232,7 @@ static void create_pidfile __P((int pid)
6 static void create_linkpidfile __P((int pid));
7 static void cleanup __P((void));
8 static void get_input __P((void));
9 +static const char *protocol_name __P((int));
10 static void calltimeout __P((void));
11 static struct timeval *timeleft __P((struct timeval *));
12 static void kill_my_pg __P((int));
13 @@ -933,7 +934,7 @@ struct protocol_list {
15 * protocol_name - find a name for a PPP protocol.
22 @@ -1660,7 +1661,7 @@ run_program(prog, args, must_exist, done
23 syslog(LOG_ERR, "Can't execute %s: %m", prog);