options: expose string_to_long()

Expose string_to_long() so that other source files can use it.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
This commit is contained in:
Liam Beguin 2020-09-08 11:09:05 -04:00
parent 0a825d87cf
commit 04da651f09

View file

@ -56,4 +56,5 @@ struct option_t
extern struct option_t option;
long string_to_long(char *string);
void parse_options(int argc, char *argv[]);