diff options
Diffstat (limited to 'src/include/commands/user.h')
| -rw-r--r-- | src/include/commands/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h index 86a094b085..036f157682 100644 --- a/src/include/commands/user.h +++ b/src/include/commands/user.h @@ -21,6 +21,6 @@ extern void CreateGroup(CreateGroupStmt *stmt, CommandDest dest); extern void AlterGroup(AlterGroupStmt *stmt, CommandDest dest); extern void DropGroup(DropGroupStmt *stmt, CommandDest dest); -extern void update_pg_pwd(void); +extern HeapTuple update_pg_pwd(void); #endif /* USER_H */ |
