imgurxp/src/404.hpp

7 lines
103 B
C++
Raw Normal View History

2022-01-17 08:52:25 +00:00
#include <kore/kore.h>
#include <kore/http.h>
extern "C" {
int not_found(struct http_request*);
}