From 9333410f18acf3453a19342216159ce4912f2246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Dec 2006 00:21:03 +0000 Subject: [PATCH] Fix argument for unvis and strsvisx. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19335 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/vis.hin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/roken/vis.hin b/lib/roken/vis.hin index d258ccf50..2ad9d3e3b 100644 --- a/lib/roken/vis.hin +++ b/lib/roken/vis.hin @@ -104,10 +104,10 @@ int ROKEN_LIB_FUNCTION #undef strvisx #define strvisx(a,b,c,d) rk_strvisx(a,b,c,d) #undef strsvisx -#define strsvisx(a,b,c,d,e) rk_strsvisx(a,b,c,d,e) +#define strsvisx(a,b,c,d) rk_strsvisx(a,b,c,d) #undef strunvis -#define strunvis(a,b,c,d,e) rk_strunvis(a,b,c,d,e) +#define strunvis(a,b) rk_strunvis(a,b) #undef unvis -#define unvis(a,b,c,d,e) rk_unvis(a,b,c,d,e) +#define unvis(a,b,c,d) rk_unvis(a,b,c,d) #endif /* !_VIS_H_ */