summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/chap.h
diff options
context:
space:
mode:
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;