mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-20 23:26:56 +08:00
PPP, CORE, don't build get_loop_output() if demand support (not supported) is not enabled
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user