From 57a758e4d0260fcd83ebcf47fafed2cffb7a31be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 15 Dec 2008 08:19:13 +0000 Subject: [PATCH] *** empty log message *** --- org.glite.lb.ws-test/examples/ws_fault.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 org.glite.lb.ws-test/examples/ws_fault.h diff --git a/org.glite.lb.ws-test/examples/ws_fault.h b/org.glite.lb.ws-test/examples/ws_fault.h new file mode 100644 index 0000000..70870cd --- /dev/null +++ b/org.glite.lb.ws-test/examples/ws_fault.h @@ -0,0 +1,7 @@ +#ifndef __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__ +#define __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__ + +extern void edg_wll_ErrToFault(const edg_wll_Context, struct soap *); +extern void edg_wll_FaultToErr(const struct soap *, edg_wll_Context); + +#endif /* __EDG_WORKLOAD_LOGGING_LBSERVER_WS_FAULT_H__ */ -- 1.8.2.3