2025-05-10 21:49:39 +08:00

5 lines
84 B
C

#ifndef __DHCP_H__
#define __DHCP_H__
int do_dhcp(char *iname);
#endif //__DHCP_H__