From 7031f62d9b750568b5e98bdb8c59c3c1a72e073d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 8 May 2006 03:20:50 +0000 Subject: add back in udhcp support --- networking/udhcp/script.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 networking/udhcp/script.h (limited to 'networking/udhcp/script.h') diff --git a/networking/udhcp/script.h b/networking/udhcp/script.h new file mode 100644 index 000000000..71003311c --- /dev/null +++ b/networking/udhcp/script.h @@ -0,0 +1,6 @@ +#ifndef _SCRIPT_H +#define _SCRIPT_H + +extern void run_script(struct dhcpMessage *packet, const char *name); + +#endif -- cgit v1.2.3