summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_fbsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/dbx_fbsql.h')
-rw-r--r--ext/dbx/dbx_fbsql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dbx/dbx_fbsql.h b/ext/dbx/dbx_fbsql.h
index e36504b0cb..4304c5ae10 100644
--- a/ext/dbx/dbx_fbsql.h
+++ b/ext/dbx/dbx_fbsql.h
@@ -50,6 +50,8 @@ int dbx_fbsql_getrow(zval **rv, zval **result_handle, long row_number, INTERNAL_
/* returns array[0..columncount-1] as strings on success or 0 as long on failure */
int dbx_fbsql_error(zval **rv, zval **dbx_handle, INTERNAL_FUNCTION_PARAMETERS);
/* returns string */
+int dbx_fbsql_esc(zval **rv, zval **dbx_handle, zval **string, INTERNAL_FUNCTION_PARAMETERS);
+ /* returns escaped string */
#endif /* ZEND_DBX_FBSQL_H */