diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-20 19:27:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-25 19:30:38 +0900 |
| commit | 5f11552ae34058d7f0db5c78812096352c639602 (patch) | |
| tree | 9ac861a89484a38119c75ff2ee6abe19d8cf3916 /src/modules/dcc/requests.cpp | |
| parent | 22304a213f4028f0fdfb4712bc9056a7e3c6d89d (diff) | |
| download | kvirc-5f11552ae34058d7f0db5c78812096352c639602.tar.gz kvirc-5f11552ae34058d7f0db5c78812096352c639602.zip | |
Add visibility attributes to library functions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/dcc/requests.cpp')
| -rw-r--r-- | src/modules/dcc/requests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp index bf8a9192..1d5b284b 100644 --- a/src/modules/dcc/requests.cpp +++ b/src/modules/dcc/requests.cpp @@ -1132,7 +1132,7 @@ static dccParseProcEntry dccParseProcTable[KVI_NUM_KNOWN_DCC_TYPES]= // We want C linkage on this one: we want to be able to dlsym() it with a simple name // FIXME: Is this portable enough ? Or is better to have a table entry ? -KVIMODULEEXPORTFUNC void dccModuleCtcpDccParseRoutine(KviDccRequest *dcc) +extern "C" KVIMODULEEXPORTFUNC void dccModuleCtcpDccParseRoutine(KviDccRequest *dcc) { dcc->szType.toUpper(); |
