comparison page-api-projects.h @ 3:215c0c3b3609

misc: use JSON everywhere (scictl/sciwebd)
author David Demelier <markand@malikania.fr>
date Mon, 14 Jun 2021 22:08:24 +0200
parents
children 3051ef92173a
comparison
equal deleted inserted replaced
2:5fa3d2f479b2 3:215c0c3b3609
1 #ifndef SCI_PAGE_API_PROJECTS_H
2 #define SCI_PAGE_API_PROJECTS_H
3
4 struct kreq;
5
6 void
7 page_api_v1_projects(struct kreq *);
8
9 #endif /* !SCI_PAGE_API_PROJECTS_H */