I'm writing some perl to process client/libmysql.c in order to build
an STk interface to MySQL. It would be helpful if the line
MYSQL * STDCALL mysql_init(MYSQL *mysql)
(line 897 in MySQL 3.22.23b) was instead two lines:
MYSQL * STDCALL
mysql_init(MYSQL *mysql)
like all the other STDCALL-marked client API functions.
Can this change be made, or is there some reason why this one function
is declared like this all on one line?
Please reply to me directly (and Cc the list if you mailing like), I'm
not currently on the mailing list.
Regards,
Terry.
| Thread |
|---|
| • STDCALL inconsistency in client/libmysql.c | terry jones | 19 Jun |