aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r--src/include/commands/user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index 3849339947d..edf836e5bb7 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -10,8 +10,8 @@
#ifndef USER_H
#define USER_H
-extern void DefineUser(CreateUserStmt *stmt);
-extern void AlterUser(AlterUserStmt *stmt);
-extern void RemoveUser(char *user);
+extern void DefineUser(CreateUserStmt *stmt, CommandDest);
+extern void AlterUser(AlterUserStmt *stmt, CommandDest);
+extern void RemoveUser(char *user, CommandDest);
#endif /* USER_H */