2002-10-15 03:11:28 +05:30
|
|
|
#ifndef _SCRIPT_H
|
|
|
|
#define _SCRIPT_H
|
|
|
|
|
2005-09-22 20:37:33 +05:30
|
|
|
#define run_script udhcp_run_script
|
2005-04-17 01:09:00 +05:30
|
|
|
extern void run_script(struct dhcpMessage *packet, const char *name);
|
2002-10-15 03:11:28 +05:30
|
|
|
|
|
|
|
#endif
|