aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 26465ad4..09a68252 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -190,7 +190,7 @@ 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 lowrange, unsigned highrange);
+unsigned long get_int_value(const char *numstr, unsigned long lowrange, unsigned long highrange);
// grep helper functions
char *astrcat (char *, char *);