]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipcp.h
pppd: Retry registering interface when on rtnetlink -EBUSY error
[ppp.git] / pppd / ipcp.h
index 2ec8190cd53bde1a163997bfb757b71cf9c94b7e..0e449319b64bf56336a16ea297999716302dfd84 100644 (file)
  * 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_IPCP_H
+#define PPP_IPCP_H
+
+#include "pppdconf.h"
 
 /*
  * Options.
@@ -95,3 +99,5 @@ extern ipcp_options ipcp_hisoptions[];
 char *ip_ntoa(u_int32_t);
 
 extern struct protent ipcp_protent;
+
+#endif /* PPP_IPCP_H */