Russ Dill | 61fb489 | 2002-10-14 21:41:28 +0000 | [diff] [blame] | 1 | #ifndef _SCRIPT_H |
2 | #define _SCRIPT_H | ||||
3 | |||||
Eric Andersen | 14f5c8d | 2005-04-16 19:39:00 +0000 | [diff] [blame] | 4 | extern void run_script(struct dhcpMessage *packet, const char *name); |
Russ Dill | 61fb489 | 2002-10-14 21:41:28 +0000 | [diff] [blame] | 5 | |
6 | #endif |