mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Add version.h
This commit is contained in:
parent
763f4551d5
commit
369f44adfa
@ -367,6 +367,7 @@ void mg_error(struct mg_connection *c, const char *fmt, ...) {
|
||||
|
||||
|
||||
|
||||
|
||||
struct http_data {
|
||||
void *old_pfn_data; // Previous pfn_data
|
||||
FILE *fp; // For static file serving
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "net.h"
|
||||
#include "private.h"
|
||||
#include "util.h"
|
||||
#include "version.h"
|
||||
#include "ws.h"
|
||||
|
||||
struct http_data {
|
||||
|
Loading…
x
Reference in New Issue
Block a user