From 61fb48930f45aa536584b2047f9e703186e8f69f Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Mon, 14 Oct 2002 21:41:28 +0000 Subject: added full udhcp integration --- 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..87a20cc17 --- /dev/null +++ b/networking/udhcp/script.h @@ -0,0 +1,6 @@ +#ifndef _SCRIPT_H +#define _SCRIPT_H + +void run_script(struct dhcpMessage *packet, const char *name); + +#endif -- cgit v1.2.3