Make sure we have a show_usage function prototype
[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