summaryrefslogtreecommitdiff
path: root/proto_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto_proxy.h')
-rw-r--r--proto_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_proxy.h b/proto_proxy.h
index 0b3d240..c8608da 100644
--- a/proto_proxy.h
+++ b/proto_proxy.h
@@ -13,6 +13,7 @@ void *proxy_init(bool proxy_uring);
// TODO: need better names or a better interface for these. can be confusing
// to reason about the order.
void proxy_start_reload(void *arg);
+int proxy_first_confload(void *arg);
int proxy_load_config(void *arg);
void proxy_worker_reload(void *arg, LIBEVENT_THREAD *thr);