X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fexpand.c;h=500b739166e9c3f83b1c647ee22433c8efa79289;hb=173de73b7a0d9e715178397bd2753c0d5928f141;hp=5ae74ef52c3555a92f437b260aa041d70eaf3d75;hpb=1950cf85b47f7c8407b3318a4f8fc57c0af6d6ba;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/expand.c b/src/src/expand.c index 5ae74ef52..500b73916 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1172,8 +1172,8 @@ Returns: NULL if the subfield was not found, or a pointer to the subfield's data */ -static uschar * -expand_getkeyed(uschar * key, const uschar * s) +uschar * +expand_getkeyed(const uschar * key, const uschar * s) { int length = Ustrlen(key); Uskip_whitespace(&s);