diff options
author | Rob Landley <rob@landley.net> | 2013-11-28 21:11:34 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-11-28 21:11:34 -0600 |
commit | b5e74165d1462d69deaecbf14305dbf2eee746d5 (patch) | |
tree | 039b23d58a1316bd69fcb68b4743800451c34fb9 /lib/pending.h | |
parent | 5ec4ab3113dcc813b6040d7ded38e297df99dc0e (diff) | |
download | toybox-b5e74165d1462d69deaecbf14305dbf2eee746d5.tar.gz |
Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in.
Diffstat (limited to 'lib/pending.h')
-rw-r--r-- | lib/pending.h | 6 |
1 files changed, 0 insertions, 6 deletions
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); |