blob: 71003311c341700e5612c9c1a5a9cb5eca1931c0 [file] [log] [blame]
Russ Dill61fb4892002-10-14 21:41:28 +00001#ifndef _SCRIPT_H
2#define _SCRIPT_H
3
Eric Andersen14f5c8d2005-04-16 19:39:00 +00004extern void run_script(struct dhcpMessage *packet, const char *name);
Russ Dill61fb4892002-10-14 21:41:28 +00005
6#endif