diff options
Diffstat (limited to 'src/include/commands')
-rw-r--r-- | src/include/commands/seclabel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/commands/seclabel.h b/src/include/commands/seclabel.h index 06ce602d7dc..1a0282c8ca7 100644 --- a/src/include/commands/seclabel.h +++ b/src/include/commands/seclabel.h @@ -21,6 +21,7 @@ extern char *GetSecurityLabel(const ObjectAddress *object, extern void SetSecurityLabel(const ObjectAddress *object, const char *provider, const char *label); extern void DeleteSecurityLabel(const ObjectAddress *object); +extern void DeleteSharedSecurityLabel(Oid objectId, Oid classId); /* * Statement and ESP hook support |