view scid/page-api-workers.h @ 32:081e1c258e64

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 14:59:33 +0200
parents 600204c31bf0
children 1d0ddf9e6efd
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 */