]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
resolved missing previous extern declaration for fr_table_num_sorted_t by declaring...
authorethan-thompson <ethanthompson@cmail.carleton.ca>
Mon, 3 Jun 2024 18:54:13 +0000 (14:54 -0400)
committerAlan DeKok <aland@freeradius.org>
Mon, 3 Jun 2024 20:16:41 +0000 (16:16 -0400)
src/modules/rlm_brotli/rlm_brotli.c

index 3cf663de5a9e8fca8095c52d4c52140d227ab3a4..c4e1a685037167b3ee53f09d67aca1c520d58580 100644 (file)
@@ -62,7 +62,7 @@ typedef struct {
        bool                            large_window;           //!< non-standard "large", window size.
 } rlm_brotli_t;
 
-fr_table_num_sorted_t const brotli_mode[] = {
+static fr_table_num_sorted_t const brotli_mode[] = {
        { L("font"),            BROTLI_MODE_FONT        },      //!< Probably not useful?
        { L("generic"),         BROTLI_MODE_GENERIC     },
        { L("text"),            BROTLI_MODE_TEXT        },