Rename "rhizome_http.h" to "httpd.h"

This commit is contained in:
Andrew Bettison 2014-02-03 21:40:05 +10:30
parent 015ed0b181
commit 051066af86
9 changed files with 11 additions and 11 deletions

2
conf.h
View File

@ -232,7 +232,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "strbuf.h"
#include "serval.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#define CONFIG_FILE_MAX_SIZE (32 * 1024)
#define INTERFACE_NAME_STRLEN 40

View File

@ -5,7 +5,7 @@ HDRS= fifo.h \
overlay_packet.h \
overlay_interface.h \
rhizome.h \
rhizome_http.h \
httpd.h \
meshms.h \
serval.h \
keyring.h \

View File

@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "serval.h"
#include "conf.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "overlay_address.h"
#include "overlay_interface.h"

View File

@ -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.
*/
#ifndef __SERVAL_DNA__RHIZOME_HTTP_H
#define __SERVAL_DNA__RHIZOME_HTTP_H
#ifndef __SERVAL_DNA__HTTPD_H
#define __SERVAL_DNA__HTTPD_H
#include "rhizome.h"
#include "meshms.h"
@ -181,4 +181,4 @@ struct http_response_parts {
int unpack_http_response(char *response, struct http_response_parts *parts);
#endif // __SERVAL_DNA__RHIZOME_HTTP_H
#endif // __SERVAL_DNA__HTTPD_H

View File

@ -71,7 +71,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "serval.h"
#include "conf.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "strbuf.h"
#include "keyring.h"
#include "overlay_interface.h"

View File

@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "conf.h"
#include "str.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "dataformats.h"
int is_rhizome_enabled()

View File

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "serval.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "conf.h"
#include "str.h"
#include "strbuf.h"

View File

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "serval.h"
#include "conf.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "str.h"
#include "strbuf_helpers.h"
#include "overlay_address.h"

View File

@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "strbuf_helpers.h"
#include "dataformats.h"
#include "rhizome.h"
#include "rhizome_http.h"
#include "httpd.h"
#include "overlay_interface.h"
static HTTP_RENDERER render_manifest_headers;