view page-api-jobs.h @ 13:67348ec46425

man: add manual pages
author David Demelier <markand@malikania.fr>
date Wed, 30 Jun 2021 11:33:54 +0200
parents 5fa3d2f479b2
children 3051ef92173a
line wrap: on
line source

#ifndef SCI_PAGE_API_JOBS_H
#define SCI_PAGE_API_JOBS_H

struct kreq;

void
page_api_v1_jobs(struct kreq *);

#endif /* !SCI_PAGE_API_JOBS_H */