From e61225acc89966c5f4c2243118becb5a3f8de766 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 28 Feb 2010 19:28:10 +0000 Subject: [PATCH] * add macro for use of ConstStr as parameter --- webcit/paramhandling.h | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/paramhandling.h b/webcit/paramhandling.h index 35999ad98..cd1c16038 100644 --- a/webcit/paramhandling.h +++ b/webcit/paramhandling.h @@ -20,6 +20,7 @@ long LBstr(const char *key, size_t keylen); long LBSTR(const char *key); #define ibstr(a) IBstr(a, sizeof(a) - 1) +#define ibcstr(a) IBstr(a.Key, a.len) int IBstr(const char *key, size_t keylen); int IBSTR(const char *key); -- 2.30.2