changeset 478:7f292460d268

And again, I forgot to check in a file. Oops.
author Rob Landley <rob@landley.net>
date Sat, 18 Feb 2012 18:53:57 -0600
parents f0b07ce5f125
children 1a7110479d49
files lib/lib.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/lib.h	Sat Feb 18 18:09:14 2012 -0600
+++ b/lib/lib.h	Sat Feb 18 18:53:57 2012 -0600
@@ -110,8 +110,7 @@
 void crc_init(unsigned int *crc_table, int little_endian);
 void terminal_size(unsigned *x, unsigned *y);
 int yesno(int def);
-int for_each_pid_with_name_in(char **names,
-		void (*callback) (const char *pid));
+void for_each_pid_with_name_in(char **names, void (*callback)(pid_t pid));
 
 
 // getmountlist.c