From e5f03e26a4bbc950326bd2c274f0bf108648f19d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 27 Feb 2008 14:07:04 +0000 Subject: [PATCH] *** empty log message *** --- org.glite.lb.client/src/notify_supp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 org.glite.lb.client/src/notify_supp.h diff --git a/org.glite.lb.client/src/notify_supp.h b/org.glite.lb.client/src/notify_supp.h new file mode 100644 index 0000000..0d261d2 --- /dev/null +++ b/org.glite.lb.client/src/notify_supp.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif + +char * parse_fields(const char *,void **); +void print_fields(void **,const edg_wll_NotifId,edg_wll_JobStat const *); + +#ifdef __cplusplus +} +#endif -- 1.8.2.3