2002-10-14 21:41:28 +00:00
|
|
|
#ifndef _SCRIPT_H
|
|
|
|
#define _SCRIPT_H
|
|
|
|
|
2005-09-22 15:07:33 +00:00
|
|
|
#define run_script udhcp_run_script
|
2005-04-16 19:39:00 +00:00
|
|
|
extern void run_script(struct dhcpMessage *packet, const char *name);
|
2002-10-14 21:41:28 +00:00
|
|
|
|
|
|
|
#endif
|