PPP, CORE, don't build get_loop_output() if demand support (not supported) is not enabled

This commit is contained in:
Sylvain Rochet
2015-03-21 20:12:14 +01:00
parent 4463239d6e
commit c17594c1d0
2 changed files with 4 additions and 1 deletions

View File

@@ -482,7 +482,9 @@ int ccp_fatal_error(ppp_pcb *pcb);
int get_idle_time(ppp_pcb *pcb, struct ppp_idle *ip);
#endif /* PPP_IDLETIMELIMIT */
#if DEMAND_SUPPORT
int get_loop_output(void);
#endif /* DEMAND_SUPPORT */
u32_t get_mask(u32_t addr);