From 1a33991574062e711fd73a747920a348c4fd8a81 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Sep 2014 22:57:06 +0200 Subject: removed useless parse hex string --- src/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index a6f1067..36c5aa4 100644 --- a/src/options.h +++ b/src/options.h @@ -74,8 +74,6 @@ struct options_struct { }; typedef struct options_struct options_t; -int options_parse_hex_string(const char* hex, buffer_t* buffer); - int options_parse(options_t* opt, int argc, char* argv[]); void options_parse_post(options_t* opt); void options_default(options_t* opt); -- cgit v1.2.3