src/utils_parse_option.[ch]: Add `parse_string'.
authorFlorian Forster <octo@noris.net>
Wed, 27 Aug 2008 09:58:09 +0000 (11:58 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 27 Aug 2008 09:58:09 +0000 (11:58 +0200)
commit14e67b873c1c2ae547abe2d096e846ce986e6669
treea023f3a82b9d031362b1c18e596c344fb9156d2d
parent4a0051ec9c2d0cd62728804044694c717a06f621
src/utils_parse_option.[ch]: Add `parse_string'.

This function can be used by the command handlers to parse simple string
arguments. It's used by `parse_option', too, to avoid redundand code.

Signed-off-by: Florian Forster <octo@noris.net>
src/utils_parse_option.c
src/utils_parse_option.h