diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 576b9ead3..2cb4f0167 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -433,4 +433,6 @@ extern unsigned long find_global_dhcp_num_option ( unsigned int tag ); extern void delete_dhcp_option ( struct dhcp_option_block *options, unsigned int tag ); +extern struct async_operation * start_dhcp ( struct dhcp_session *dhcp ); + #endif /* _GPXE_DHCP_H */ |
