summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/passwdauth.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-06 13:32:37 +0000
committerjkh <jkh@FreeBSD.org>1996-10-06 13:32:37 +0000
commit0126fef03c77e24d10287500630a8937927af05c (patch)
treead8d5fd7602ec7777833a137bea28011b2ce01d8 /usr.sbin/ppp/passwdauth.h
parentd4df49b545734e1261c785b09fbba51dfabdd053 (diff)
downloadFreeBSD-src-0126fef03c77e24d10287500630a8937927af05c.zip
FreeBSD-src-0126fef03c77e24d10287500630a8937927af05c.tar.gz
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>
Diffstat (limited to 'usr.sbin/ppp/passwdauth.h')
-rw-r--r--usr.sbin/ppp/passwdauth.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/ppp/passwdauth.h b/usr.sbin/ppp/passwdauth.h
new file mode 100644
index 0000000..da34ccb
--- /dev/null
+++ b/usr.sbin/ppp/passwdauth.h
@@ -0,0 +1,11 @@
+/*
+ * passwdauth.h
+ *
+ */
+
+#ifndef _PASSWDAUTH_H_
+#define _PASSWDAUTH_H_
+
+extern int PasswdAuth __P((char *, char *));
+
+#endif
OpenPOWER on IntegriCloud