1 2 3 4 5 6
#ifndef _SCRIPT_H #define _SCRIPT_H void run_script(struct dhcpMessage *packet, const char *name); #endif