#include "index.h"
#include "jobstat.h"
#include "db_supp.h"
+#include "openserver.h"
#ifdef LB_PERF
#include "glite/lb/lb_perftest.h"
#include <fcntl.h>
#include <string.h>
#include <errno.h>
+#include <stdio.h>
#include "glite/lbu/escape.h"
#include "glite/lb/context-int.h"
#include <assert.h>
#include <errno.h>
-#include "glite/lbu/db.h"
#include "glite/lb/context-int.h"
+#include "db_supp.h"
#include "index.h"
extern int debug;
#include "glite/lb/context-int.h"
#include "glite/lb/jobstat.h"
#include "db_supp.h"
+#include "openserver.h"
static struct option opts[] = {
{ "mysql",1,NULL,'m' },
#ident "$Header$"
-#include "glite/lbu/db.h"
#include "glite/lb/context-int.h"
+#include "openserver.h"
+#include "db_supp.h"
edg_wll_ErrorCode edg_wll_Open(edg_wll_Context ctx, char *cs)
{
--- /dev/null
+#ident "$Header$"
+
+#include "glite/lb/context.h"
+
+edg_wll_ErrorCode edg_wll_Open(edg_wll_Context ctx, char *cs);
+edg_wll_ErrorCode edg_wll_Close(edg_wll_Context ctx);