new prototype/missing includes
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 28 Aug 2007 11:59:22 +0000 (11:59 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 28 Aug 2007 11:59:22 +0000 (11:59 +0000)
org.glite.lb.server/src/il_lbproxy.c
org.glite.lb.server/src/jobstat.h

index ec7f6d6..cb61235 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <syslog.h>
 #include <errno.h>
+#include <stdio.h>
+#include <string.h>
 #include "glite/lb/context-int.h"
 #include "glite/lb/log_proto.h"
 
index 2059a1a..b0bd9e3 100644 (file)
@@ -81,6 +81,8 @@ typedef enum _edg_wll_CondorEventSource {
        EDG_WLL_CONDOR_EVENT_SOURCE__LAST
 } edg_wll_CondorEventSource;
 
+int edg_wll_JobStatus(edg_wll_Context, const edg_wlc_JobId, int, edg_wll_JobStat *);
+
 void destroy_intJobStat(intJobStat *);
 void destroy_intJobStat_extension(intJobStat *p);