Moved http.c and http.h from src/net to src
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "necronda-server.h"
|
||||
#include "utils.h"
|
||||
#include "uri.h"
|
||||
#include "net/http.h"
|
||||
#include "http.h"
|
||||
|
||||
|
||||
int server_keep_alive = 1;
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "utils.c"
|
||||
#include "uri.c"
|
||||
#include "net/http.c"
|
||||
#include "http.c"
|
||||
#include "client.c"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user