blob: 87a20cc170d2c2764f57a1816db8e2f24478f1c9 [file] [log] [blame]
Russ Dill61fb4892002-10-14 21:41:28 +00001#ifndef _SCRIPT_H
2#define _SCRIPT_H
3
4void run_script(struct dhcpMessage *packet, const char *name);
5
6#endif