diff options
author | Rob Landley <rob@landley.net> | 2013-12-19 09:32:30 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-12-19 09:32:30 -0600 |
commit | db1009dc5c7606e5abf01d41f82ca18001dc1f52 (patch) | |
tree | dbfe1017ca240a1dfad4337a0cc40e53626d71f9 /lib/lib.h | |
parent | c4a8ce4fe303ff66f1cf2fd3d14aef303d25287e (diff) | |
download | toybox-db1009dc5c7606e5abf01d41f82ca18001dc1f52.tar.gz |
Move names_to_pid from pending to lib.
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |