sql: resurrect sql_bind_parameter_count() function
This function is present in sql/vdbeapi.c source file, its prototype is missing in any header file. It makes impossible to use it. Let's add prototype declaration to sql/sqlInt.h (as other parameter setters/getters) and refactor a bit in accordance with our codestyle. Needed for #2592
Loading
Please register or sign in to comment