hush/networking/udhcp/script.h
Eric Andersen 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static
which were otherwise cluttering the global namespace.
2005-04-16 19:39:00 +00:00

7 lines
115 B
C

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