Thread: pgsql: Fix function prototypes in dependency.h.

pgsql: Fix function prototypes in dependency.h.

From
Thomas Munro
Date:
Fix function prototypes in dependency.h.

Commit 257836a7 accidentally deleted a couple of
redundant-but-conventional "extern" keywords on function prototypes.
Put them back.

Reported-by: Alvaro Herrera <alvherre@alvh.no-ip.org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f315205f3fafd6f6c7c479f480289fcf45700310

Modified Files
--------------
src/include/catalog/dependency.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)