Clean up gcc warnings. Avoid the bad habit of putting externs in .c

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32fecad80a88cff01903d9cce820e26acaf1fd42
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-06-15T22:06:09Z
Releases: 7.3.1
Clean up gcc warnings.  Avoid the bad habit of putting externs in .c
files rather than a header file where they belong.  Pay some modicum
of attention to picking global routine names that aren't likely to
conflict with surrounding applications.

Files