X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap-new.h;h=9ebec54f82f4991458c16da8342500ed3b9df51d;hp=e5330da57630c7365ac3aea5981836411d9761e8;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hpb=14c1a77816e837852138e87a4adccfd66030b2c3 diff --git a/pppd/chap-new.h b/pppd/chap-new.h index e5330da..9ebec54 100644 --- a/pppd/chap-new.h +++ b/pppd/chap-new.h @@ -28,6 +28,11 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_CHAP_NEW_H +#define PPP_CHAP_NEW_H + +#include "pppdconf.h" + /* * CHAP packets begin with a standard header with code, id, len (2 bytes). */ @@ -131,3 +136,5 @@ extern void chap_auth_with_peer(int unit, char *our_name, int digest_code); /* Represents the CHAP protocol to the main pppd code */ extern struct protent chap_protent; + +#endif