Thread: pgsql: Move the be_gssapi_get_* prototypes

pgsql: Move the be_gssapi_get_* prototypes

From
Stephen Frost
Date:
Move the be_gssapi_get_* prototypes

The be_gssapi_get_* prototypes were put close to similar ones for SSL-
but a bit too close since that meant they ended up only being included
for SSL-enabled builds.  Move those to be under ENABLE_GSS instead.

Pointed out by Tom.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87e16db5ebe7256712999ec690899237029b9ae7

Modified Files
--------------
src/include/libpq/libpq-be.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)