Changeset - 22c1c6e9c40b
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-23 20:37:01
ohnobinki@ohnopublishing.net
added missing return type
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/client/distren.h
Show inline comments
 
@@ -54,7 +54,7 @@ int distren_submit_file(distren_job_t *j
 
   @param jobid This will be set to a string allocated by the specified malloc implementation
 
   @param job The distren_job_t from which to retrieve a jobid
 
*/
 
distren_job_getid(distren_job_t job, char **jobid);
 
int distren_job_getid(distren_job_t job, char **jobid);
 

	
 
/*
 
 TODO: extraction of a job-ID, retrieving job handle by job-ID, getting information
0 comments (0 inline, 0 general)