mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 17:56:47 +00:00
Rename "rhizome_http.h" to "httpd.h"
This commit is contained in:
parent
015ed0b181
commit
051066af86
2
conf.h
2
conf.h
@ -232,7 +232,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
|
|
||||||
#define CONFIG_FILE_MAX_SIZE (32 * 1024)
|
#define CONFIG_FILE_MAX_SIZE (32 * 1024)
|
||||||
#define INTERFACE_NAME_STRLEN 40
|
#define INTERFACE_NAME_STRLEN 40
|
||||||
|
@ -5,7 +5,7 @@ HDRS= fifo.h \
|
|||||||
overlay_packet.h \
|
overlay_packet.h \
|
||||||
overlay_interface.h \
|
overlay_interface.h \
|
||||||
rhizome.h \
|
rhizome.h \
|
||||||
rhizome_http.h \
|
httpd.h \
|
||||||
meshms.h \
|
meshms.h \
|
||||||
serval.h \
|
serval.h \
|
||||||
keyring.h \
|
keyring.h \
|
||||||
|
2
httpd.c
2
httpd.c
@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
|
|
||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "overlay_address.h"
|
#include "overlay_address.h"
|
||||||
#include "overlay_interface.h"
|
#include "overlay_interface.h"
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SERVAL_DNA__RHIZOME_HTTP_H
|
#ifndef __SERVAL_DNA__HTTPD_H
|
||||||
#define __SERVAL_DNA__RHIZOME_HTTP_H
|
#define __SERVAL_DNA__HTTPD_H
|
||||||
|
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "meshms.h"
|
#include "meshms.h"
|
||||||
@ -181,4 +181,4 @@ struct http_response_parts {
|
|||||||
|
|
||||||
int unpack_http_response(char *response, struct http_response_parts *parts);
|
int unpack_http_response(char *response, struct http_response_parts *parts);
|
||||||
|
|
||||||
#endif // __SERVAL_DNA__RHIZOME_HTTP_H
|
#endif // __SERVAL_DNA__HTTPD_H
|
@ -71,7 +71,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "keyring.h"
|
#include "keyring.h"
|
||||||
#include "overlay_interface.h"
|
#include "overlay_interface.h"
|
||||||
|
@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "str.h"
|
#include "str.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "dataformats.h"
|
#include "dataformats.h"
|
||||||
|
|
||||||
int is_rhizome_enabled()
|
int is_rhizome_enabled()
|
||||||
|
@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
|
|
||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "str.h"
|
#include "str.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
|
@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "str.h"
|
#include "str.h"
|
||||||
#include "strbuf_helpers.h"
|
#include "strbuf_helpers.h"
|
||||||
#include "overlay_address.h"
|
#include "overlay_address.h"
|
||||||
|
@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#include "strbuf_helpers.h"
|
#include "strbuf_helpers.h"
|
||||||
#include "dataformats.h"
|
#include "dataformats.h"
|
||||||
#include "rhizome.h"
|
#include "rhizome.h"
|
||||||
#include "rhizome_http.h"
|
#include "httpd.h"
|
||||||
#include "overlay_interface.h"
|
#include "overlay_interface.h"
|
||||||
|
|
||||||
static HTTP_RENDERER render_manifest_headers;
|
static HTTP_RENDERER render_manifest_headers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user