summaryrefslogtreecommitdiff
path: root/src/include/commands/seclabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/seclabel.h')
-rw-r--r--src/include/commands/seclabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/seclabel.h b/src/include/commands/seclabel.h
index 7e3dde4d3a4..661da2b21b0 100644
--- a/src/include/commands/seclabel.h
+++ b/src/include/commands/seclabel.h
@@ -24,7 +24,7 @@ extern void DeleteSharedSecurityLabel(Oid objectId, Oid classId);
/*
* Statement and ESP hook support
*/
-extern Oid ExecSecLabelStmt(SecLabelStmt *stmt);
+extern ObjectAddress ExecSecLabelStmt(SecLabelStmt *stmt);
typedef void (*check_object_relabel_type) (const ObjectAddress *object,
const char *seclabel);