summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/upap.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/upap.h
parent2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5078ee3233a0aa1bda0d0ccd3dd209ec007f02a8.tar.bz2
Eliminate __P().
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/upap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/upap.h b/cpukit/pppd/upap.h
index 6d5bf64026..6ba0900f1a 100644
--- a/cpukit/pppd/upap.h
+++ b/cpukit/pppd/upap.h
@@ -81,7 +81,7 @@ typedef struct upap_state {
extern upap_state upap[];
-void upap_authwithpeer __P((int, char *, char *));
-void upap_authpeer __P((int));
+void upap_authwithpeer(int, char *, char *);
+void upap_authpeer(int);
extern struct protent pap_protent;