00001 #ifndef _SCRIPT_H 00002 #define _SCRIPT_H 00003 00004 void run_script(struct dhcpMessage *packet, const char *name); 00005 00006 #endif