From db1009dc5c7606e5abf01d41f82ca18001dc1f52 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 19 Dec 2013 09:32:30 -0600 Subject: Move names_to_pid from pending to lib. --- lib/lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index 6edfa0fc..3d326499 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -177,5 +177,6 @@ char *num_to_sig(int sig); mode_t string_to_mode(char *mode_str, mode_t base); void mode_to_string(mode_t mode, char *buf); +void names_to_pid(char **names, int (*callback)(pid_t pid, char *name)); #include "lib/pending.h" -- cgit v1.2.3