#ifndef _SCRIPT_H
#define _SCRIPT_H

extern void run_script(struct dhcpMessage *packet, const char *name);

#endif