This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / 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