aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-gssapi-common.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-09-06 09:15:35 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-09-06 09:18:31 +0200
commitd57a931a85dff67fb7447da5f252bb9a9ecbb6d9 (patch)
tree04cdc0bb3cbcc404e0d15e3e08a95a68a46f1457 /src/interfaces/libpq/fe-gssapi-common.h
parent7aa815a7aadd0dcc0515dfc3a88677deb0ca11ff (diff)
downloadpostgresql-d57a931a85dff67fb7447da5f252bb9a9ecbb6d9.tar.gz
postgresql-d57a931a85dff67fb7447da5f252bb9a9ecbb6d9.zip
libpq: ccache -> credential cache
The term "ccache" is overloaded. Let's be more clear, in case someone other than a Kerberos wizard has to read this code.
Diffstat (limited to 'src/interfaces/libpq/fe-gssapi-common.h')
-rw-r--r--src/interfaces/libpq/fe-gssapi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-gssapi-common.h b/src/interfaces/libpq/fe-gssapi-common.h
index ebe24f7ca01..3c42b425365 100644
--- a/src/interfaces/libpq/fe-gssapi-common.h
+++ b/src/interfaces/libpq/fe-gssapi-common.h
@@ -20,7 +20,7 @@
void pg_GSS_error(const char *mprefix, PGconn *conn,
OM_uint32 maj_stat, OM_uint32 min_stat);
-bool pg_GSS_have_ccache(gss_cred_id_t *cred_out);
+bool pg_GSS_have_cred_cache(gss_cred_id_t *cred_out);
int pg_GSS_load_servicename(PGconn *conn);
#endif