mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -07:00
10 lines
168 B
C
10 lines
168 B
C
#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
|