Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
61fb48930f45aa536584b2047f9e703186e8f69f
/
.
/
networking
/
udhcp
/
script.h
blob: 87a20cc170d2c2764f57a1816db8e2f24478f1c9 [
file
] [
log
] [
blame
]
Russ Dill
61fb489
2002-10-14 21:41:28 +0000
[
diff
] [
blame^
]
1
#ifndef
_SCRIPT_H
2
#define
_SCRIPT_H
3
4
void
run_script
(
struct
dhcpMessage
*
packet
,
const
char
*
name
);
5
6
#endif