http: export http_server variable
This commit is contained in:
parent
c19217e6e3
commit
97f52f6d20
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "notify.h"
|
||||
#include "channels.h"
|
||||
|
||||
static void *http_server;
|
||||
void *http_server;
|
||||
|
||||
static LIST_HEAD(, http_path) http_paths;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue