From 3f78561d63290c53ca8bb3cd6314ca7357a617ee Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:06:36 +0000 Subject: My first bout of untangling udhcp. Make lots of gratuitous #defines go away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do... --- networking/udhcp/script.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 networking/udhcp/script.h (limited to 'networking/udhcp/script.h') diff --git a/networking/udhcp/script.h b/networking/udhcp/script.h deleted file mode 100644 index 71003311c..000000000 --- a/networking/udhcp/script.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _SCRIPT_H -#define _SCRIPT_H - -extern void run_script(struct dhcpMessage *packet, const char *name); - -#endif -- cgit v1.2.3