Implement optional syslog logging using ordinary
[oweals/busybox.git] / networking / udhcp / pidfile.h
index b1292a8163ff9562b9ff8cb8ae28df3869d2b5b5..38c8493055a08a8464bae66f617e9e5b8a056d5a 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /* pidfile.h
  *
  * Functions to assist in the writing and removing of pidfiles.
@@ -20,9 +21,6 @@
  */
 
 
-#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);