X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fupap.h;h=af09cd914176225a76a1fd6ef28ff760660e84a0;hb=c0d579b8423ef278c204b6db60615c88eea9c870;hp=709cd6294ffd2bf216799da3284518bea0238a2c;hpb=199e97bae9c03f5cec5202a511b5c436aff05af9;p=ppp.git diff --git a/pppd/upap.h b/pppd/upap.h index 709cd62..af09cd9 100644 --- a/pppd/upap.h +++ b/pppd/upap.h @@ -41,6 +41,10 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_UPAP_H +#define PPP_UPAP_H + +#include "pppdconf.h" /* * Packet header = Code, id, length. @@ -108,3 +112,5 @@ void upap_authwithpeer(int, char *, char *); void upap_authpeer(int); extern struct protent pap_protent; + +#endif // PPP_UPAP_H