diff options
Diffstat (limited to 'src/beaker_globals.c')
| -rw-r--r-- | src/beaker_globals.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/beaker_globals.c b/src/beaker_globals.c index 29c301e..1f81a5e 100644 --- a/src/beaker_globals.c +++ b/src/beaker_globals.c @@ -10,4 +10,10 @@ __thread Cookie cookies_to_set[MAX_COOKIES]; __thread int cookies_to_set_count = 0; -__thread char current_request_buffer[BUFFER_SIZE];
\ No newline at end of file +__thread char current_request_buffer[BUFFER_SIZE]; + +Locale *locales = NULL; + +int locale_count = 0; + +int locale_capacity = 0;
\ No newline at end of file |
