From f750451be6209c581cea9a29f303629e33376fdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 28 Aug 2007 11:52:11 +0000 Subject: [PATCH] added prototype --- org.glite.lb.common/interface/context-int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 0505ced..a3cb4eb 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -172,6 +172,7 @@ extern int edg_wll_IncSequenceCode(edg_wll_Context ctx); extern void edg_wll_FreeParams(edg_wll_Context context); +extern int edg_wll_GenerateSubjobIds(edg_wll_Context, const edg_wlc_JobId, int, const char *, edg_wlc_JobId **); #ifdef __cplusplus } -- 1.8.2.3