imgurxp/src/404.hpp

7 lines
103 B
C++

#include <kore/kore.h>
#include <kore/http.h>
extern "C" {
int not_found(struct http_request*);
}