mirror of
https://git.kore.io/kore.git
synced 2024-11-12 13:19:12 +01:00
s/kore_pgsql/pgsql and s/kore_tasks/tasks
This commit is contained in:
parent
2c6b5e6b0f
commit
d5cd89c544
@ -16,7 +16,7 @@
|
||||
|
||||
#include "kore.h"
|
||||
#include "http.h"
|
||||
#include "kore_pgsql.h"
|
||||
#include "pgsql.h"
|
||||
|
||||
#include "static.h"
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#include "kore.h"
|
||||
#include "http.h"
|
||||
#include "kore_tasks.h"
|
||||
#include "tasks.h"
|
||||
|
||||
int run_curl(struct kore_task *);
|
||||
int post_back(struct http_request *);
|
||||
|
Loading…
Reference in New Issue
Block a user