freebsd-dev/usr.sbin/ppp/passwdauth.h
jkh 4b10791899 Add support for the Evil Microsoft ppp extentions. Yes, they did it
on their own without even attempting to get concensus in the IETF, but
there are also lots of Win95/NT boxes out there.

CLoses PR#1494
Submitted-By: Peter Childs <pjchilds@imforei.apana.org.au>
1996-10-06 13:32:37 +00:00

12 lines
127 B
C

/*
* passwdauth.h
*
*/
#ifndef _PASSWDAUTH_H_
#define _PASSWDAUTH_H_
extern int PasswdAuth __P((char *, char *));
#endif