hush/networking/udhcp/script.h

7 lines
115 B
C
Raw Normal View History

2002-10-14 21:41:28 +00:00
#ifndef _SCRIPT_H
#define _SCRIPT_H
extern void run_script(struct dhcpMessage *packet, const char *name);
2002-10-14 21:41:28 +00:00
#endif