http: export http_server variable

This commit is contained in:
Jaroslav Kysela 2015-02-12 18:51:03 +01:00
parent c19217e6e3
commit 97f52f6d20
2 changed files with 2 additions and 1 deletions

View file

@ -37,7 +37,7 @@
#include "notify.h"
#include "channels.h"
static void *http_server;
void *http_server;
static LIST_HEAD(, http_path) http_paths;

View file

@ -146,6 +146,7 @@ typedef struct http_connection {
} http_connection_t;
extern void *http_server;
const char *http_cmd2str(int val);
int http_str2cmd(const char *str);