From 2f9c30a2d567ba7bdb6351e0167eb0b59735b898 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 22 Sep 2005 15:07:33 +0000 Subject: safe exported namespace for udhcp. Not full, bore :-( --- networking/udhcp/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'networking/udhcp/common.h') diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index ca19a2497..e474f5e97 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -39,10 +39,12 @@ enum syslog_levels { #include #endif +#define background udhcp_background +#define start_log_and_pid udhcp_start_log_and_pid + long uptime(void); void background(const char *pidfile); void start_log_and_pid(const char *client_server, const char *pidfile); -void background(const char *pidfile); void udhcp_logging(int level, const char *fmt, ...); #define LOG(level, str, args...) udhcp_logging(level, str, ## args) -- cgit v1.2.3