We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aa7b9 commit 60a1a17Copy full SHA for 60a1a17
ext/mysqlnd/mysqlnd_charset.h
@@ -18,12 +18,16 @@
18
+----------------------------------------------------------------------+
19
*/
20
21
+#ifndef MYSQLND_CHARSET_H
22
+#define MYSQLND_CHARSET_H
23
+
24
PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char *newstr,
25
const char *escapestr, int escapestr_len TSRMLS_DC);
26
27
PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr,
28
29
30
+#endif /* MYSQLND_CHARSET_H */
31
32
/*
33
* Local variables:
0 commit comments