Fix some functions that were declared static then defined not-static.
Per testing with a compiler that whines about this.
Branch
------
REL9_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/71942a8b3ad516251cc1ba87362917a6614ee435
Modified Files
--------------
src/pl/plpython/plpy_main.c | 2 +-
src/pl/plpython/plpy_plpymodule.c | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)