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:
7b99d1e
)
Oops, too many const's in prototype
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 29 Sep 2005 17:00:45 +0000
(17:00 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 29 Sep 2005 17:00:45 +0000
(17:00 +0000)
org.glite.jp.primary/src/is_client.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/is_client.c
b/org.glite.jp.primary/src/is_client.c
index
9e7868a
..
d4332cd
100644
(file)
--- a/
org.glite.jp.primary/src/is_client.c
+++ b/
org.glite.jp.primary/src/is_client.c
@@
-42,8
+42,8
@@
int glite_jpps_multi_feed(
glite_jp_context_t ctx,
int njobs,
const char *dest,
- c
onst c
har **jobs,
- glite_jp_attrval_t
const
**attrs)
+ char **jobs,
+ glite_jp_attrval_t **attrs)
{
int i,j;