diff options
author | "Vladimir N. Oleynik" | 2005-09-22 15:07:33 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-09-22 15:07:33 +0000 |
commit | 2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (patch) | |
tree | e811a2285654327b344c1fb242683acb2782f2b8 /networking/udhcp/pidfile.h | |
parent | ac9731704a03d08b061ee02853e7cebe36964aba (diff) | |
download | busybox-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.zip busybox-2f9c30a2d567ba7bdb6351e0167eb0b59735b898.tar.gz |
safe exported namespace for udhcp. Not full, bore :-(
Diffstat (limited to 'networking/udhcp/pidfile.h')
-rw-r--r-- | networking/udhcp/pidfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/pidfile.h b/networking/udhcp/pidfile.h index ea97d1d..b1292a8 100644 --- a/networking/udhcp/pidfile.h +++ b/networking/udhcp/pidfile.h @@ -20,6 +20,9 @@ */ +#define pidfile_acquire udhcp_pidfile_acquire +#define pidfile_write_release udhcp_pidfile_write_release + int pidfile_acquire(const char *pidfile); void pidfile_write_release(int pid_fd); |