summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-02-22 22:40:57 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:35 -0400
commit350fda32ef3230e0ccbbec44a0894bb319292309 (patch)
tree73f0b0cd81b4d332b3760a10792fbb311fbe941b /src/mod_vhostdb.c
parentb3ebaef3e848cc40109130494923c419c76ddb79 (diff)
downloadlighttpd-git-350fda32ef3230e0ccbbec44a0894bb319292309.tar.gz
[build] _WIN32 __declspec(dllexport) *_plugin_init
_WIN32 __declspec(dllexport) on mod_*_plugin_init()
Diffstat (limited to 'src/mod_vhostdb.c')
-rw-r--r--src/mod_vhostdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_vhostdb.c b/src/mod_vhostdb.c
index 60ec170c..536ffbd7 100644
--- a/src/mod_vhostdb.c
+++ b/src/mod_vhostdb.c
@@ -381,6 +381,7 @@ TRIGGER_FUNC(mod_vhostdb_periodic)
__attribute_cold__
+__declspec_dllexport__
int mod_vhostdb_plugin_init(plugin *p);
int mod_vhostdb_plugin_init(plugin *p) {
p->version = LIGHTTPD_VERSION_ID;