Various cleanups I made while going through Erik Hovland's patch submissions,
[oweals/busybox.git] / networking / udhcp / pidfile.h
index 0e2b148a93b93d89d02d374fec4860041bea27a4..ea97d1de5fce63ee28333db3f55a220a967cc0a5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * 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 +20,6 @@
  */
 
 
-int pidfile_acquire(char *pidfile);
+int pidfile_acquire(const char *pidfile);
 void pidfile_write_release(int pid_fd);
-void pidfile_delete(char *pidfile);