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:
0f39cf5
)
missing prototypes
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 26 Sep 2005 13:39:58 +0000
(13:39 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 26 Sep 2005 13:39:58 +0000
(13:39 +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
539223e
..
0d2821e
100644
(file)
--- a/
org.glite.lb.server/src/lb_xml_parse.h
+++ b/
org.glite.lb.server/src/lb_xml_parse.h
@@
-34,6
+34,11
@@
int edg_wll_IndexedAttrsToXML(edg_wll_Context ctx, char **message);
int edg_wll_NotifResultToXML(edg_wll_Context ctx, time_t validity, char **message);
int edg_wll_QuerySequenceCodeResultToXML(edg_wll_Context ctx, char *source, char **message);
+int edg_wll_StatsResultToXML(edg_wll_Context,time_t,time_t,float,float,int,int,char **);
+
+int parseStatsRequest(edg_wll_Context,char *,char **,edg_wll_QueryRec ***,edg_wll_JobStatCode *,int *,time_t *,time_t *);
+
+
#ifdef __cplusplus
}
#endif