]> granicus.if.org Git - php/commitdiff
use new prototype
authorGeorge Schlossnagle <gschlossnagle@php.net>
Tue, 18 May 2004 05:01:16 +0000 (05:01 +0000)
committerGeorge Schlossnagle <gschlossnagle@php.net>
Tue, 18 May 2004 05:01:16 +0000 (05:01 +0000)
ext/pdo_oci/oci_driver.c

index 3c39a9e5539d6aa3d6f4f9a7a4415828d1823473..417ee3b95cbbbb4e57fc97bdd91736b28f720497 100755 (executable)
@@ -171,7 +171,7 @@ static int oci_handle_doer(pdo_dbh_t *dbh, const char *sql TSRMLS_DC)
        return 0;
 }
 
-static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, char **quoted, int *quotedlen  TSRMLS_DC)
+static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedlen  TSRMLS_DC)
 {
        pdo_oci_db_handle *H = (pdo_oci_db_handle *)dbh->driver_data;