Mercurial > p > mysql-python > mysqldb-2
comparison _mysql.h @ 6:b6ecc521453f MySQLdb
Minor build/link fixes
author | adustman |
---|---|
date | Sun, 11 Feb 2007 04:44:11 +0000 |
parents | b5a377255eea |
children | fa8974a41c76 |
comparison
equal
deleted
inserted
replaced
5:b70cce9bd065 | 6:b6ecc521453f |
---|---|
76 PyObject *_mysql_ProgrammingError; | 76 PyObject *_mysql_ProgrammingError; |
77 PyObject *_mysql_NotSupportedError; | 77 PyObject *_mysql_NotSupportedError; |
78 | 78 |
79 extern PyObject * | 79 extern PyObject * |
80 _mysql_Exception(_mysql_ConnectionObject *c); | 80 _mysql_Exception(_mysql_ConnectionObject *c); |
81 | |
82 extern int | |
83 _mysql_ResultObject_Initialize( | |
84 _mysql_ResultObject *self, | |
85 PyObject *args, | |
86 PyObject *kwargs); |