We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c2b7d commit c9d37acCopy full SHA for c9d37ac
1 file changed
src/duckdb_py/duckdb_python.cpp
@@ -1010,7 +1010,7 @@ static void RegisterExpectedResultType(py::handle &m) {
1010
/**
1011
* Fwd declaration of duckdb_adbc_init (the entrypoint of our ADBC driver) that must be exported.
1012
*/
1013
-extern "C" PYBIND11_EXPORT extern void duckdb_adbc_init(void);
+extern "C" PYBIND11_EXPORT void duckdb_adbc_init(void);
1014
1015
PYBIND11_MODULE(DUCKDB_PYTHON_LIB_NAME, m) { // NOLINT
1016
// Take address to force duckdb_adbc_init symbol inclusion
0 commit comments