diff options
| author | Andrey Hristov <andrey@php.net> | 2003-06-15 15:29:46 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2003-06-15 15:29:46 +0000 |
| commit | eb33adf139f1af26a8c858400e3a996357fb5f18 (patch) | |
| tree | 4d44f9a717b292e51728668e27439c2ec6d0704c /ext/dbx/dbx.c | |
| parent | b81873134b275884a400247aedecd002d9335568 (diff) | |
| download | php-git-eb33adf139f1af26a8c858400e3a996357fb5f18.tar.gz | |
proto fixes
Diffstat (limited to 'ext/dbx/dbx.c')
| -rw-r--r-- | ext/dbx/dbx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 8555ba47ec..0b0d4d83d9 100644 --- a/ext/dbx/dbx.c +++ b/ext/dbx/dbx.c @@ -310,7 +310,7 @@ ZEND_FUNCTION(dbx_connect) } /* }}} */ -/* {{{ proto bool dbx_close(dbx_link_object dbx_link) +/* {{{ proto int dbx_close(dbx_link_object dbx_link) Returns success or failure */ ZEND_FUNCTION(dbx_close) @@ -515,7 +515,7 @@ ZEND_FUNCTION(dbx_query) } /* }}} */ -/* {{{ proto void dbx_error(dbx_link_object dbx_link) +/* {{{ proto string dbx_error(dbx_link_object dbx_link) Returns success or failure */ ZEND_FUNCTION(dbx_error) |
