Fix function prototypes in dependency.h.

Thomas Munro <tmunro@postgresql.org>

Commit: f315205f3fafd6f6c7c479f480289fcf45700310
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2021-01-11T22:01:08Z
Releases: 14.0
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>

Files

PathChange+/−
src/include/catalog/dependency.h modified +2 −2