Oops, too many const's in prototype
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 29 Sep 2005 17:00:45 +0000 (17:00 +0000)
committerAleš 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

index 9e7868a..d4332cd 100644 (file)
@@ -42,8 +42,8 @@ int glite_jpps_multi_feed(
                glite_jp_context_t ctx,
                int njobs,
                const char *dest,
-               const char **jobs,
-               glite_jp_attrval_t const **attrs)
+               char **jobs,
+               glite_jp_attrval_t **attrs)
 {
        int     i,j;