safe exported namespace for udhcp. Not full, bore :-(

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-22 15:07:33 +00:00
parent ac9731704a
commit 2f9c30a2d5
5 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#ifndef _SCRIPT_H
#define _SCRIPT_H
#define run_script udhcp_run_script
extern void run_script(struct dhcpMessage *packet, const char *name);
#endif