diff scid/db.h @ 41:00b9af607524

scid: implement /jobresults/id page
author David Demelier <markand@malikania.fr>
date Tue, 09 Aug 2022 14:52:34 +0200
parents 1d0ddf9e6efd
children 576f4b1ec79f
line wrap: on
line diff
--- a/scid/db.h	Sun Aug 07 08:43:32 2022 +0200
+++ b/scid/db.h	Tue Aug 09 14:52:34 2022 +0200
@@ -113,7 +113,7 @@
  * \return the JSON model or NULL on failure
  */
 json_t *
-db_jobresult_list_by_job_group(intmax_t);
+db_jobresult_list_by_job_group(intmax_t job_id);
 
 /**
  * Get a list of job results realized by this worker.