From 24f602663878f211143bf892159588aa5b7294e9 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 1 Apr 2026 00:31:44 +0300 Subject: feat: beginning work on localisation api --- src/beaker_globals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/beaker_globals.h') diff --git a/src/beaker_globals.h b/src/beaker_globals.h index 0682533..7418808 100644 --- a/src/beaker_globals.h +++ b/src/beaker_globals.h @@ -16,4 +16,10 @@ extern __thread int cookies_to_set_count; extern __thread char current_request_buffer[BUFFER_SIZE]; +extern Locale *locales; + +extern int locale_count; + +extern int locale_capacity; + #endif \ No newline at end of file -- cgit v1.2.3