view page-api-projects.h @ 11:0647f9ec7319

misc: remove output file added by mistake
author David Demelier <markand@malikania.fr>
date Tue, 29 Jun 2021 20:49:24 +0200
parents 215c0c3b3609
children 3051ef92173a
line wrap: on
line source

#ifndef SCI_PAGE_API_PROJECTS_H
#define SCI_PAGE_API_PROJECTS_H

struct kreq;

void
page_api_v1_projects(struct kreq *);

#endif /* !SCI_PAGE_API_PROJECTS_H */