Move the be_gssapi_get_* prototypes

Stephen Frost <sfrost@snowman.net>

Commit: 87e16db5ebe7256712999ec690899237029b9ae7
Author: Stephen Frost <sfrost@snowman.net>
Date: 2019-04-04T15:11:46Z
Releases: 12.0
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.

Files

PathChange+/−
src/include/libpq/libpq-be.h modified +7 −7