aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-12-19 09:32:30 -0600
committerRob Landley <rob@landley.net>2013-12-19 09:32:30 -0600
commitdb1009dc5c7606e5abf01d41f82ca18001dc1f52 (patch)
treedbfe1017ca240a1dfad4337a0cc40e53626d71f9 /lib/pending.h
parentc4a8ce4fe303ff66f1cf2fd3d14aef303d25287e (diff)
downloadtoybox-db1009dc5c7606e5abf01d41f82ca18001dc1f52.tar.gz
Move names_to_pid from pending to lib.
Diffstat (limited to 'lib/pending.h')
-rw-r--r--lib/pending.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/pending.h b/lib/pending.h
index 43885719..67605c0b 100644
--- a/lib/pending.h
+++ b/lib/pending.h
@@ -8,11 +8,6 @@
typedef float FLOAT;
//#endif
-// libc generally has this, but the headers are screwed up
-ssize_t getline(char **lineptr, size_t *n, FILE *stream);
-
-void names_to_pid(char **names, int (*callback)(pid_t pid, char *name));
-
// password.c
#define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0'
#define SYS_FIRST_ID 100