mirror of
https://git.busybox.net/udhcp
synced 2025-05-09 06:11:34 +08:00
8 lines
107 B
C
8 lines
107 B
C
/* clientsocket.h */
|
|
#ifndef _CLIENTSOCKET_H
|
|
#define _CLIENTSOCKET_H
|
|
|
|
int raw_socket(int ifindex);
|
|
|
|
#endif
|