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:
8a3f999
)
Forgotten return type
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 3 Sep 2012 10:21:32 +0000
(10:21 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 3 Sep 2012 10:21:32 +0000
(10:21 +0000)
org.glite.lb.server/interface/lb_authz.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/interface/lb_authz.h
b/org.glite.lb.server/interface/lb_authz.h
index
06f7c96
..
5d3aa13
100644
(file)
--- a/
org.glite.lb.server/interface/lb_authz.h
+++ b/
org.glite.lb.server/interface/lb_authz.h
@@
-111,6
+111,7
@@
check_jobstat_authz(edg_wll_Context ctx,
struct _edg_wll_GssPrincipal_data *peer,
int *authz_flags);
+int
parse_gridmap(edg_wll_Context ctx,
const char *file,
struct _edg_wll_id_mapping *mapping);