From 6291b99dded425c7d67a2bed90fff8638673431a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 8 Jan 2009 00:33:27 +0000 Subject: some cleanup (better handling if error on hex string option i.e. key) --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index ce8f3fc..ecaf3a3 100644 --- a/src/options.h +++ b/src/options.h @@ -66,7 +66,7 @@ struct options_struct { }; typedef struct options_struct options_t; -buffer_t options_parse_hex_string(const char* hex); +int options_parse_hex_string(const char* hex, buffer_t* buffer); int options_parse(options_t* opt, int argc, char* argv[]); void options_default(options_t* opt); -- cgit v1.2.3