udhcp/script.h
2001-08-27 21:23:45 +00:00

7 lines
108 B
C

#ifndef _SCRIPT_H
#define _SCRIPT_H
void run_script(struct dhcpMessage *packet, const char *name);
#endif