From cd0b70e739055e5e8a5d9d6f823bdd3fa97ee509 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 11 Sep 2013 12:09:53 -0500 Subject: Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) --- lib/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index a71582c7..fe494e72 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -158,7 +158,7 @@ void replace_tempfile(int fdin, int fdout, char **tempname); void crc_init(unsigned int *crc_table, int little_endian); void terminal_size(unsigned *x, unsigned *y); int yesno(char *prompt, int def); -void for_each_pid_with_name_in(char **names, int (*callback)(pid_t pid, char *name)); +void names_to_pid(char **names, int (*callback)(pid_t pid, char *name)); // net.c int xsocket(int domain, int type, int protocol); -- cgit v1.2.3