git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b970b
)
encapsulation of definitions into extern "C" {}
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 9 Sep 2004 12:31:25 +0000
(12:31 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 9 Sep 2004 12:31:25 +0000
(12:31 +0000)
org.glite.lb.server/src/lb_xml_parse.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_xml_parse.h
b/org.glite.lb.server/src/lb_xml_parse.h
index
c602823
..
587d150
100644
(file)
--- a/
org.glite.lb.server/src/lb_xml_parse.h
+++ b/
org.glite.lb.server/src/lb_xml_parse.h
@@
-9,6
+9,10
@@
#include "glite/lb/dump.h"
#include "glite/lb/load.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* function for parsing/unparsing XML requests from client */
int parseJobQueryRec(edg_wll_Context ctx, const char *messageBody, long len, edg_wll_QueryRec ***conditions);
@@
-28,4
+32,8
@@
int edg_wll_LoadResultToXML(edg_wll_Context ctx, edg_wll_LoadResult *result, cha
int edg_wll_IndexedAttrsToXML(edg_wll_Context ctx, char **message);
int edg_wll_NotifResultToXML(edg_wll_Context ctx, time_t validity, char **message);
+#ifdef __cplusplus
+}
+#endif
+
#endif