summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/lcp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 10:22:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-27 10:22:16 +0000
commit5078ee3233a0aa1bda0d0ccd3dd209ec007f02a8 (patch)
tree1a27927544c6f549ec3a53aecebcf628a1ea40da /cpukit/pppd/lcp.h
parent2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5078ee3233a0aa1bda0d0ccd3dd209ec007f02a8.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/pppd/lcp.h')
-rw-r--r--cpukit/pppd/lcp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/pppd/lcp.h b/cpukit/pppd/lcp.h
index 16ba4cc44b..5f399e5906 100644
--- a/cpukit/pppd/lcp.h
+++ b/cpukit/pppd/lcp.h
@@ -75,11 +75,11 @@ extern u_int32_t xmit_accm[][8];
#define MINMRU 128 /* No MRUs below this */
#define MAXMRU 16384 /* Normally limit MRU to this */
-void lcp_open __P((int));
-void lcp_close __P((int, char *));
-void lcp_lowerup __P((int));
-void lcp_lowerdown __P((int));
-void lcp_sprotrej __P((int, u_char *, int)); /* send protocol reject */
+void lcp_open(int);
+void lcp_close(int, char *);
+void lcp_lowerup(int);
+void lcp_lowerdown(int);
+void lcp_sprotrej(int, u_char *, int); /* send protocol reject */
extern struct protent lcp_protent;