mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 09:48:01 +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);
|