aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/script.h
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 15:07:33 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 15:07:33 +0000
commit2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (patch)
treee811a2285654327b344c1fb242683acb2782f2b8 /networking/udhcp/script.h
parentac9731704a03d08b061ee02853e7cebe36964aba (diff)
downloadbusybox-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.tar.gz
safe exported namespace for udhcp. Not full, bore :-(
Diffstat (limited to 'networking/udhcp/script.h')
-rw-r--r--networking/udhcp/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/script.h b/networking/udhcp/script.h
index 71003311c..ab2c9fba6 100644
--- a/networking/udhcp/script.h
+++ b/networking/udhcp/script.h
@@ -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