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