Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2edf52643d3eb3d13f26d31f9678cf122f2063bc
/
.
/
networking
/
udhcp
/
clientsocket.h
blob: 17a55c154024272aa9b94538114fbe8a0e77bc0a [
file
] [
log
] [
blame
]
Russ Dill
4e864a3
2003-12-18 22:25:38 +0000
[
diff
] [
blame
]
1
/* clientsocket.h */
2
#ifndef
_CLIENTSOCKET_H
3
#define
_CLIENTSOCKET_H
4
5
int
raw_socket
(
int
ifindex
);
6
7
#endif