From 9c8b9fbacc043164c5ac8adc2b5bdc25402e912c Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 22 Jun 2017 22:15:14 +0200 Subject: lib: fix strutils.h, remove STRTOXX_EXIT_CODE As discussed on the mailing list. We fix all places where the non-working define STRTOXX_EXIT_CODE was used. Regarding tunelp, also see 7e3c80a7. Signed-off-by: Ruediger Meier --- include/strutils.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/strutils.h') diff --git a/include/strutils.h b/include/strutils.h index 28c1b5e5d..be1ba6737 100644 --- a/include/strutils.h +++ b/include/strutils.h @@ -9,11 +9,8 @@ #include #include -/* default strtoxx_or_err() exit code */ -#ifndef STRTOXX_EXIT_CODE -# define STRTOXX_EXIT_CODE EXIT_FAILURE -#endif - +/* initialize a custom exit code for all *_or_err functions */ +extern void strutils_set_exitcode(int exit_code); extern int parse_size(const char *str, uintmax_t *res, int *power); extern int strtosize(const char *str, uintmax_t *res); -- cgit v1.2.3-55-g7522