aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/seclabel.h b/src/include/commands/seclabel.h
index 67bcf281ad4..4605996a1ff 100644
--- a/src/include/commands/seclabel.h
+++ b/src/include/commands/seclabel.h
@@ -15,9 +15,9 @@
* Internal APIs
*/
extern char *GetSecurityLabel(const ObjectAddress *object,
- const char *provider);
+ const char *provider);
extern void SetSecurityLabel(const ObjectAddress *object,
- const char *provider, const char *label);
+ const char *provider, const char *label);
extern void DeleteSecurityLabel(const ObjectAddress *object);
extern void DeleteSharedSecurityLabel(Oid objectId, Oid classId);
@@ -29,6 +29,6 @@ extern ObjectAddress ExecSecLabelStmt(SecLabelStmt *stmt);
typedef void (*check_object_relabel_type) (const ObjectAddress *object,
const char *seclabel);
extern void register_label_provider(const char *provider,
- check_object_relabel_type hook);
+ check_object_relabel_type hook);
#endif /* SECLABEL_H */