diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:28:10 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:28:10 -0400 |
| commit | 3fab89ecf8f4c664477a82add660d28db87357b4 (patch) | |
| tree | 07ae926139ede338f92600682418b94fbd697cf7 /src/beaker_globals.h | |
| parent | ea9b44e2b88949d0ac6efc0b06118f6d9ccbe980 (diff) | |
| parent | 3f1ab2576c31da36e7fc3f69694d4d76c8243842 (diff) | |
| download | beaker-3fab89ecf8f4c664477a82add660d28db87357b4.tar.gz | |
Merge branch 'indev'
Diffstat (limited to 'src/beaker_globals.h')
| -rw-r--r-- | src/beaker_globals.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/beaker_globals.h b/src/beaker_globals.h index 7b727bc..7418808 100644 --- a/src/beaker_globals.h +++ b/src/beaker_globals.h @@ -1,7 +1,8 @@ -#ifndef BEAKER_GLOBALS_H +#ifndef BEAKER_GLOBALS_H #define BEAKER_GLOBALS_H -#include "../beaker.h" +#include "../beaker.h" +#include <stdatomic.h> extern RouteHandler handlers[MAX_HANDLERS]; @@ -15,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 |
