last_patch95 from vodz:
[oweals/busybox.git] / networking / udhcp / script.h
1 #ifndef _SCRIPT_H
2 #define _SCRIPT_H
3
4 void run_script(struct dhcpMessage *packet, const char *name);
5
6 #endif