Implement optional syslog logging using ordinary
[oweals/busybox.git] / networking / udhcp / pidfile.h
index 0e2b148a93b93d89d02d374fec4860041bea27a4..38c8493055a08a8464bae66f617e9e5b8a056d5a 100644 (file)
@@ -1,8 +1,9 @@
+/* vi: set sw=4 ts=4: */
 /* pidfile.h
  *
  * Functions to assist in the writing and removing of pidfiles.
  *
- * Russ Dill <Russ.Dill@asu.edu> Soptember 2001
+ * Russ Dill <Russ.Dill@asu.edu> September 2001
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,7 +21,6 @@
  */
 
 
-int pidfile_acquire(char *pidfile);
+int pidfile_acquire(const char *pidfile);
 void pidfile_write_release(int pid_fd);
-void pidfile_delete(char *pidfile);