summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/row.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_sqlite/row.h')
-rw-r--r--Modules/_sqlite/row.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_sqlite/row.h b/Modules/_sqlite/row.h
index 4ad506f8dd..2dac41e89e 100644
--- a/Modules/_sqlite/row.h
+++ b/Modules/_sqlite/row.h
@@ -33,8 +33,8 @@ typedef struct _Row
PyObject* description;
} pysqlite_Row;
-extern PyTypeObject pysqlite_RowType;
+extern PyTypeObject *pysqlite_RowType;
-int pysqlite_row_setup_types(void);
+int pysqlite_row_setup_types(PyObject *module);
#endif