Fix fail to build when NO_SCRIPT set.

This commit is contained in:
Simon Kelley
2022-01-03 23:31:15 +00:00
parent b2690415bf
commit 4165c1331b
3 changed files with 4 additions and 7 deletions

View File

@@ -1681,7 +1681,9 @@ void relay_upstream6(struct dhcp_relay *relay, ssize_t sz, struct in6_addr *peer
u32 scope_id, time_t now);
int relay_reply6( struct sockaddr_in6 *peer, ssize_t sz, char *arrival_interface);
# ifdef HAVE_SCRIPT
int do_snoop_script_run(void);
# endif
#endif
/* dhcp-common.c */