mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Header protection
This commit is contained in:
parent
18aa7b9607
commit
60a1a17399
1 changed files with 4 additions and 0 deletions
|
@ -18,12 +18,16 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#ifndef MYSQLND_CHARSET_H
|
||||
#define MYSQLND_CHARSET_H
|
||||
|
||||
PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char *newstr,
|
||||
const char *escapestr, int escapestr_len TSRMLS_DC);
|
||||
|
||||
PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr,
|
||||
const char *escapestr, int escapestr_len TSRMLS_DC);
|
||||
|
||||
#endif /* MYSQLND_CHARSET_H */
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue