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