recorder/http.h

10 lines
168 B
C
Raw Normal View History

2015-08-29 06:03:56 -07:00
#ifndef _HTTP_H_INCLUDED_
# define _HTTP_H_INCLUDED_
#include "mongoose.h"
#include "storage.h"
int ev_handler(struct mg_connection *conn, enum mg_event ev);
#endif