diff options
author | Andrey Hristov <andrey@php.net> | 2008-01-03 12:49:45 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-01-03 12:49:45 +0000 |
commit | 60a1a173998a2cfcb9c05daa2c11039f9a8d69dc (patch) | |
tree | 05023d197abf55706c27cdc7bf3332c43cdedb2d | |
parent | 18aa7b960728f9a0830e2e39eb2e76adb34b8f91 (diff) | |
download | php-git-60a1a173998a2cfcb9c05daa2c11039f9a8d69dc.tar.gz |
Header protection
-rw-r--r-- | ext/mysqlnd/mysqlnd_charset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_charset.h b/ext/mysqlnd/mysqlnd_charset.h index 6434438614..b9dc6b69da 100644 --- a/ext/mysqlnd/mysqlnd_charset.h +++ b/ext/mysqlnd/mysqlnd_charset.h @@ -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: |