diff options
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 ea97d1de5..b1292a816 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); |