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/pending.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/pending.h') 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 -- cgit v1.2.3