X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Flinux%2Fppp-comp.h;fp=include%2Flinux%2Fppp-comp.h;h=92aa64572433c5c2cb3cff38162f566f8c143ed3;hp=6b26896f82a269451f8886d5a2cdf4955b3bd19b;hb=e75bcd12e6706eaabfdf815ad20fa7aed4e5f5c7;hpb=e06cea3697e080baff8104aa0fc2ab884e8c0b5c diff --git a/include/linux/ppp-comp.h b/include/linux/ppp-comp.h index 6b26896..92aa645 100644 --- a/include/linux/ppp-comp.h +++ b/include/linux/ppp-comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.7 1998/03/19 04:56:44 paulus Exp $ + * $Id: ppp-comp.h,v 1.8 1999/07/23 06:53:40 paulus Exp $ */ /* @@ -195,4 +195,9 @@ struct compressor { #define CI_PREDICTOR_2 2 /* config option for Predictor-2 */ #define CILEN_PREDICTOR_2 2 /* length of its config option */ +#ifdef __KERNEL__ +extern int ppp_register_compressor(struct compressor *); +extern void ppp_unregister_compressor(struct compressor *); +#endif /* __KERNEL__ */ + #endif /* _NET_PPP_COMP_H */