diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 12:14:46 +0000 | 
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-17 12:14:46 +0000 | 
| commit | a16b64b7aaae6ab9aeadd05f21a932b0bbdddc45 (patch) | |
| tree | 0095052d62af6c79c1f80000fe3e0dc56f906267 | |
| parent | eb42e4a847ca788c58f0d5e674c2698ad5257945 (diff) | |
| download | php-git-a16b64b7aaae6ab9aeadd05f21a932b0bbdddc45.tar.gz | |
yet another proto fix
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 7fadc320fc..feb62ac5e9 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1923,7 +1923,7 @@ PHP_FUNCTION(pg_lo_export)  }  /* }}} */ -/* {{{ proto bool pg_lo_lseek(resource large_object, int offset [, int whence]) +/* {{{ proto bool pg_lo_seek(resource large_object, int offset [, int whence])     Seeks position of large object */  PHP_FUNCTION(pg_lo_seek)  { | 
