summaryrefslogtreecommitdiff
path: root/src/mod_maxminddb.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-06 14:21:27 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-07 21:45:13 -0500
commitb82d7b8a2401ceffd24dba4814c6099558923fbd (patch)
tree9660b3c86c352eafab1e1c82bd5e9612a6852176 /src/mod_maxminddb.c
parenta8998e0b54a1d75d90d1bfd019261cffe1a92e54 (diff)
downloadlighttpd-git-b82d7b8a2401ceffd24dba4814c6099558923fbd.tar.gz
[multiple] mark mod_*_plugin_init() funcs cold
Diffstat (limited to 'src/mod_maxminddb.c')
-rw-r--r--src/mod_maxminddb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_maxminddb.c b/src/mod_maxminddb.c
index 0e5d0959..fe8ca40b 100644
--- a/src/mod_maxminddb.c
+++ b/src/mod_maxminddb.c
@@ -76,6 +76,7 @@ FREE_FUNC(mod_maxminddb_free);
REQUEST_FUNC(mod_maxminddb_request_env_handler);
CONNECTION_FUNC(mod_maxminddb_handle_con_close);
+__attribute_cold__
int mod_maxminddb_plugin_init(plugin *p);
int mod_maxminddb_plugin_init(plugin *p) {
p->version = LIGHTTPD_VERSION_ID;