aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/libbb_udhcp.h
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
committerTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
commitc1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /networking/udhcp/libbb_udhcp.h
parentf64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff)
downloadbusybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip
just whitespace
Diffstat (limited to 'networking/udhcp/libbb_udhcp.h')
-rw-r--r--networking/udhcp/libbb_udhcp.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h
index 0dae40172..30e167f64 100644
--- a/networking/udhcp/libbb_udhcp.h
+++ b/networking/udhcp/libbb_udhcp.h
@@ -29,19 +29,19 @@
29 29
30/* make safe the exported namespace */ 30/* make safe the exported namespace */
31/* from common.h */ 31/* from common.h */
32#define background udhcp_background 32#define background udhcp_background
33#define start_log_and_pid udhcp_start_log_and_pid 33#define start_log_and_pid udhcp_start_log_and_pid
34/* from script.h */ 34/* from script.h */
35#define run_script udhcp_run_script 35#define run_script udhcp_run_script
36/* from packet.h */ 36/* from packet.h */
37#define init_header udhcp_init_header 37#define init_header udhcp_init_header
38#define get_packet udhcp_get_packet 38#define get_packet udhcp_get_packet
39#define checksum udhcp_checksum 39#define checksum udhcp_checksum
40#define raw_packet udhcp_raw_packet 40#define raw_packet udhcp_raw_packet
41#define kernel_packet udhcp_kernel_packet 41#define kernel_packet udhcp_kernel_packet
42/* from pidfile.h */ 42/* from pidfile.h */
43#define pidfile_acquire udhcp_pidfile_acquire 43#define pidfile_acquire udhcp_pidfile_acquire
44#define pidfile_write_release udhcp_pidfile_write_release 44#define pidfile_write_release udhcp_pidfile_write_release
45/* from options.h */ 45/* from options.h */
46#define get_option udhcp_get_option 46#define get_option udhcp_get_option
47#define end_option udhcp_end_option 47#define end_option udhcp_end_option