summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_sql_parser.h
blob: 8cc05583048a872e9960d46b0d0be9c781371dc1 (plain)
1
2
3
4
5
6
7
#ifndef PHP_PDO_MYSQL_SQL_PARSER_H
#define PHP_PDO_MYSQL_SQL_PARSER_H
#include "php.h"
int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len, char **outquery,
                        int *outquery_len);

#endif