summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/chap_ms.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_ms.h
parent2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5078ee3233a0aa1bda0d0ccd3dd209ec007f02a8.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/pppd/chap_ms.h')
-rw-r--r--cpukit/pppd/chap_ms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/chap_ms.h b/cpukit/pppd/chap_ms.h
index fad2755c86..5776251210 100644
--- a/cpukit/pppd/chap_ms.h
+++ b/cpukit/pppd/chap_ms.h
@@ -27,7 +27,7 @@
#define MD4_SIGNATURE_SIZE 16 /* 16 bytes in a MD4 message digest */
#define MAX_NT_PASSWORD 256 /* Maximum number of (Unicode) chars in an NT password */
-void ChapMS __P((chap_state *, char *, int, char *, int));
+void ChapMS(chap_state *, char *, int, char *, int);
#define __CHAPMS_INCLUDE__
#endif /* __CHAPMS_INCLUDE__ */