From d9416da666526e6ec903496a1075c249fc8d4a8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 28 Jun 2011 09:01:13 +0000 Subject: [PATCH] GACLparseEntry() defined in gridsite-gacl.h now, SB #69635. --- org.glite.lb.server/src/lb_authz.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.server/src/lb_authz.c b/org.glite.lb.server/src/lb_authz.c index ab20cdb..b6130e2 100644 --- a/org.glite.lb.server/src/lb_authz.c +++ b/org.glite.lb.server/src/lb_authz.c @@ -30,6 +30,7 @@ limitations under the License. #include #undef WITHOUT_TRIO +#include #include "glite/jobid/strmd5.h" #include "glite/jobid/cjobid.h" @@ -38,8 +39,9 @@ limitations under the License. #include "authz_policy.h" -/* XXX should be defined in gridsite-gacl.h */ +#if GRST_VERSION <= 010713 GRSTgaclEntry *GACLparseEntry(xmlNodePtr cur); +#endif extern char *server_key; extern char *server_cert; -- 1.8.2.3