X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppcrypt.h;h=364940e39f79e269cc169aada4b8b167b10dd3b1;hb=b4430f7092ececdff2504d5f3393a4c6528c3686;hp=adcdcbcb68ddc321e2bf0bcdb51f655bee049fa1;hpb=f53a48eb9d74db3c71938e114b7f489c339bc003;p=ppp.git diff --git a/pppd/pppcrypt.h b/pppd/pppcrypt.h index adcdcbc..364940e 100644 --- a/pppd/pppcrypt.h +++ b/pppd/pppcrypt.h @@ -41,8 +41,8 @@ #include #endif -extern bool DesSetkey __P((u_char *)); -extern bool DesEncrypt __P((u_char *, u_char *)); -extern bool DesDecrypt __P((u_char *, u_char *)); +extern bool DesSetkey(u_char *); +extern bool DesEncrypt(u_char *, u_char *); +extern bool DesDecrypt(u_char *, u_char *); #endif /* PPPCRYPT_H */