14 lines
363 B
C
14 lines
363 B
C
|
#ifndef DHCP_DHCPD_LEASE_H_
|
||
|
#define DHCP_DHCPD_LEASE_H_
|
||
|
#include "dhcp_lib.h"
|
||
|
|
||
|
|
||
|
ret_code dhcp_dhcpd_lease_config_chk(uint source,uint *config_type,
|
||
|
pointer input, int *input_len,
|
||
|
pointer output, int *output_len);
|
||
|
|
||
|
ret_code dhcp_dhcpd_lease_get_all(uint source, pointer output, int *output_len);
|
||
|
|
||
|
#endif
|
||
|
|