diff lib/apic.h @ 23:2cb228f23f53

misc: rework todo/jobs HTTP requests
author David Demelier <markand@malikania.fr>
date Thu, 21 Jul 2022 21:55:02 +0200
parents dd078aea5d02
children dae2de19ca5d
line wrap: on
line diff
--- a/lib/apic.h	Thu Jul 21 20:23:22 2022 +0200
+++ b/lib/apic.h	Thu Jul 21 21:55:02 2022 +0200
@@ -2,7 +2,6 @@
 #define SCI_APIC_H
 
 #include <sys/types.h>
-#include <stdint.h>
 
 #include <jansson.h>
 
@@ -47,7 +46,7 @@
 apic_job_add(struct apic *, struct job *);
 
 ssize_t
-apic_job_todo(struct apic *, struct job *, size_t, intmax_t);
+apic_job_todo(struct apic *, struct job *, size_t, const char *);
 
 int
 apic_jobresult_add(struct apic *, struct jobresult *);