From b5e74165d1462d69deaecbf14305dbf2eee746d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 28 Nov 2013 21:11:34 -0600 Subject: Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. --- lib/pending.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/pending.h') diff --git a/lib/pending.h b/lib/pending.h index fbd72c46..43885719 100644 --- a/lib/pending.h +++ b/lib/pending.h @@ -23,11 +23,5 @@ int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); // cut helper functions -unsigned long get_int_value(const char *numstr, unsigned long lowrange, unsigned long highrange); - -// grep helper functions -char *astrcat (char *, char *); -char *xastrcat (char *, char *); - void daemonize(void); char *human_readable(unsigned long long size); -- cgit v1.2.3