1/*-------------------------------------------------------------------------
4 * Definitions for GSSAPI authentication and encryption handling
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/libpq/be-gssapi-common.h
11 *-------------------------------------------------------------------------
14#ifndef BE_GSSAPI_COMMON_H
15#define BE_GSSAPI_COMMON_H
22 OM_uint32 maj_stat, OM_uint32 min_stat);
25#endif /* ENABLE_GSS */
27#endif /* BE_GSSAPI_COMMON_H */
void pg_store_delegated_credential(gss_cred_id_t cred)
void pg_GSS_error(const char *errmsg, OM_uint32 maj_stat, OM_uint32 min_stat)
int errmsg(const char *fmt,...)