aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/main.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-09-25 00:52:37 +0000
committerBrian Somers <brian@FreeBSD.org>1997-09-25 00:52:37 +0000
commit7351f9d8e883f1d776a898ffd0795ae0e18164fa (patch)
treeeb65819886b971f2b83a00202a62b641202a035e /usr.sbin/ppp/main.h
parent2938fb783c5c4e0c4e7a9eaf8231644b4358fd42 (diff)
downloadsrc-7351f9d8e883f1d776a898ffd0795ae0e18164fa.tar.gz
src-7351f9d8e883f1d776a898ffd0795ae0e18164fa.zip
Allow Microsoft CHAP authentication.
This is a combination of MD4 & DES. Submitted by: Gabor Kincses <gabor@acm.org>
Notes
Notes: svn path=/head/; revision=29840
Diffstat (limited to 'usr.sbin/ppp/main.h')
-rw-r--r--usr.sbin/ppp/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h
index 3a97ddccf1ce..41d4857f24ea 100644
--- a/usr.sbin/ppp/main.h
+++ b/usr.sbin/ppp/main.h
@@ -17,12 +17,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.h,v 1.4 1997/06/09 03:27:28 brian Exp $
+ * $Id: main.h,v 1.5 1997/08/25 00:29:19 brian Exp $
*
*/
#ifndef _MAIN_H_
#define _MAIN_H_
+
void Cleanup(int);
#endif