Re: Results
[email protected] (Sascha Schumann) Sun, 4 Oct 1998 18:29:51 +0200 (CEST)
| Newsgroups | php.beta |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 4 Oct 1998, Rasmus Lerdorf wrote:
> > Hmm, did somebody fix up all of PHP to compile clean -Wmissing-prototypes?
> > Never noticed that :)
>
> Yes, I did that a while ago.
>
> -Rasmus
>
Ok, then here is some more to fix :p
functions/pgsql.c:155: warning: no previous prototype for `php3_pgsql_do_connect'
functions/pgsql.c:360: warning: no previous prototype for `php3_pgsql_get_default_link'
functions/pgsql.c:424: warning: no previous prototype for `php3_pgsql_get_link_info'
functions/pgsql.c:582: warning: no previous prototype for `php3_pgsql_get_result_info'
functions/pgsql.c:640: warning: no previous prototype for `get_field_name'
functions/pgsql.c:690: warning: no previous prototype for `php3_pgsql_get_field_info'
functions/pgsql.c:879: warning: no previous prototype for `php3_pgsql_fetch_hash'
functions/pgsql.c:949: warning: no previous prototype for `php3_pgsql_data_info'
Sascha