# HG changeset patch # User Binki # Date 2009-05-23 20:37:01 # Node ID 22c1c6e9c40b6b73469f0376408855a544c310c7 # Parent 4c92a6a1bfd903970c35c45b3b12d118a439a63d added missing return type diff --git a/src/client/distren.h b/src/client/distren.h --- a/src/client/distren.h +++ b/src/client/distren.h @@ -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