summaryrefslogtreecommitdiff
path: root/src/c/urweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/urweb.c')
-rw-r--r--src/c/urweb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/urweb.c b/src/c/urweb.c
index 7d0a95b2..7821a999 100644
--- a/src/c/urweb.c
+++ b/src/c/urweb.c
@@ -330,6 +330,7 @@ static void client_send(client *c, buf *msg) {
// Global entry points
+extern void uw_global_custom();
extern void uw_init_crypto();
void uw_global_init() {
@@ -337,6 +338,7 @@ void uw_global_init() {
clients = malloc(0);
+ uw_global_custom();
uw_init_crypto();
}