summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/deflate.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-03 10:23:54 +0000
committerbrian <brian@FreeBSD.org>1997-12-03 10:23:54 +0000
commit4c9568e05af003a85ca40c896b5041fc8286221f (patch)
tree86301631e3a842883c7e61e9c2f1feab23a39e23 /usr.sbin/ppp/deflate.h
parent185fb48052f903a80b31786784cbb82fb059c35c (diff)
downloadFreeBSD-src-4c9568e05af003a85ca40c896b5041fc8286221f.zip
FreeBSD-src-4c9568e05af003a85ca40c896b5041fc8286221f.tar.gz
Abstract the CCP layer a level.
Add DEFLATE support.
Diffstat (limited to 'usr.sbin/ppp/deflate.h')
-rw-r--r--usr.sbin/ppp/deflate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h
new file mode 100644
index 0000000..a879a29
--- /dev/null
+++ b/usr.sbin/ppp/deflate.h
@@ -0,0 +1,5 @@
+/*
+ * $Id$
+ */
+
+extern const struct ccp_algorithm DeflateAlgorithm;
OpenPOWER on IntegriCloud