summaryrefslogtreecommitdiff
path: root/cpukit/pppd/chap.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/chap.h
parent6b4010d6f12a5a30416e757ad97fa935582b3a95 (diff)
Eliminate __P().
Diffstat (limited to 'cpukit/pppd/chap.h')
-rw-r--r--cpukit/pppd/chap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/chap.h b/cpukit/pppd/chap.h
index 9f0361b1ae..78833554fe 100644
--- a/cpukit/pppd/chap.h
+++ b/cpukit/pppd/chap.h
@@ -115,8 +115,8 @@ typedef struct chap_state {
extern chap_state chap[];
-void ChapAuthWithPeer __P((int, char *, int));
-void ChapAuthPeer __P((int, char *, int));
+void ChapAuthWithPeer(int, char *, int);
+void ChapAuthPeer(int, char *, int);
extern struct protent chap_protent;