annotate page-api-workers.h @ 14:cb2d7f365b7c

make: disable SQLite extensions/threads
author David Demelier <markand@malikania.fr>
date Wed, 30 Jun 2021 14:41:53 +0200
parents 215c0c3b3609
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 #ifndef SCI_PAGE_API_WORKERS_H
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 #define SCI_PAGE_API_WORKERS_H
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
3
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 struct kreq;
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
5
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 void
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 page_api_v1_workers(struct kreq *);
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
8
215c0c3b3609 misc: use JSON everywhere (scictl/sciwebd)
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 #endif /* !SCI_PAGE_API_WORKERS_H */