view page-api-workers.h @ 12:be3ec0e6bb8f

scid: remove status from jobresult
author David Demelier <markand@malikania.fr>
date Tue, 29 Jun 2021 21:24:16 +0200
parents 215c0c3b3609
children
line wrap: on
line source

#ifndef SCI_PAGE_API_WORKERS_H
#define SCI_PAGE_API_WORKERS_H

struct kreq;

void
page_api_v1_workers(struct kreq *);

#endif /* !SCI_PAGE_API_WORKERS_H */