mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 16:09:00 +08:00
5 lines
143 B
C
5 lines
143 B
C
|
#pragma once
|
||
|
#include "http.h"
|
||
|
void mg_http_serve_ssi(struct mg_connection *c, const char *root,
|
||
|
const char *fullpath);
|