5 lines
84 B
C
Raw Normal View History

2025-05-10 21:49:39 +08:00
#ifndef __DHCP_H__
#define __DHCP_H__
int do_dhcp(char *iname);
#endif //__DHCP_H__