diff options
Diffstat (limited to 'src/beaker_globals.h')
| -rw-r--r-- | src/beaker_globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
