From e39606c411bad57de5891965628f6ac278df42ee Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 25 Oct 2014 23:06:18 +0100 Subject: make regex wrapper return errors instead of just aborting --- utils/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index f1aff0e93..aac4e57e4 100644 --- a/utils/url.h +++ b/utils/url.h @@ -49,7 +49,7 @@ struct url_components { * * Compiles regular expressions required by the url_ functions. */ -void url_init(void); +nserror url_init(void); /** -- cgit v1.2.3