Add missing 'extern' to function prototypes.
authorAndres Freund <andres@anarazel.de>
Thu, 12 May 2022 16:17:14 +0000 (09:17 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 12 May 2022 19:39:33 +0000 (12:39 -0700)
commit905c020bef99e16b37529203084cd93932e73805
treefe51727d480ebbf10b6bcb0d1cee4faf75d9a82a
parentc2f436151edc818601c2499e400e1ad53d0da66f
Add missing 'extern' to function prototypes.

Postgres style is to spell out extern. Noticed while scripting adding
PGDLLIMPORT markers to functions.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de
12 files changed:
src/include/access/rewriteheap.h
src/include/port/win32_port.h
src/include/replication/message.h
src/include/replication/origin.h
src/include/replication/reorderbuffer.h
src/include/replication/worker_internal.h
src/include/storage/s_lock.h
src/include/tsearch/dicts/regis.h
src/include/utils/attoptcache.h
src/include/utils/numeric.h
src/include/utils/pgstat_internal.h
src/include/utils/spccache.h