diff options
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); |