diff options
author | Rob Landley | 2006-05-28 01:06:36 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-28 01:06:36 +0000 |
commit | 3f78561d63290c53ca8bb3cd6314ca7357a617ee (patch) | |
tree | 03b3973eeaee9635c77c21028133374d66f2aa18 /networking/udhcp/script.h | |
parent | 8fba99f35e46d234b47d652225bb80846cae369c (diff) | |
download | busybox-3f78561d63290c53ca8bb3cd6314ca7357a617ee.zip busybox-3f78561d63290c53ca8bb3cd6314ca7357a617ee.tar.gz |
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...
Diffstat (limited to 'networking/udhcp/script.h')
-rw-r--r-- | networking/udhcp/script.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/udhcp/script.h b/networking/udhcp/script.h deleted file mode 100644 index 7100331..0000000 --- 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 |