diff options
Diffstat (limited to 'networking/udhcp/libbb_udhcp.h')
-rw-r--r-- | networking/udhcp/libbb_udhcp.h | 20 |
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 |