diff options
Diffstat (limited to 'contrib/sepgsql/sepgsql.h')
-rw-r--r-- | contrib/sepgsql/sepgsql.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/sepgsql/sepgsql.h b/contrib/sepgsql/sepgsql.h index c080716f8f..9d245c2780 100644 --- a/contrib/sepgsql/sepgsql.h +++ b/contrib/sepgsql/sepgsql.h @@ -4,7 +4,7 @@ * * Definitions corresponding to SE-PostgreSQL * - * Copyright (c) 2010-2016, PostgreSQL Global Development Group + * Copyright (c) 2010-2017, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ @@ -276,12 +276,6 @@ extern char *sepgsql_get_label(Oid relOid, Oid objOid, int32 subId); extern void sepgsql_object_relabel(const ObjectAddress *object, const char *seclabel); -extern Datum sepgsql_getcon(PG_FUNCTION_ARGS); -extern Datum sepgsql_setcon(PG_FUNCTION_ARGS); -extern Datum sepgsql_mcstrans_in(PG_FUNCTION_ARGS); -extern Datum sepgsql_mcstrans_out(PG_FUNCTION_ARGS); -extern Datum sepgsql_restorecon(PG_FUNCTION_ARGS); - /* * dml.c */ |