*** empty log message ***
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 27 Feb 2008 14:07:04 +0000 (14:07 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 27 Feb 2008 14:07:04 +0000 (14:07 +0000)
org.glite.lb.client/src/notify_supp.h [new file with mode: 0644]

diff --git a/org.glite.lb.client/src/notify_supp.h b/org.glite.lb.client/src/notify_supp.h
new file mode 100644 (file)
index 0000000..0d261d2
--- /dev/null
@@ -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