diff options
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r-- | src/include/commands/user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h index 9e73a195e3f..d76685182f8 100644 --- a/src/include/commands/user.h +++ b/src/include/commands/user.h @@ -30,5 +30,6 @@ extern void GrantRole(GrantRoleStmt *stmt); extern Oid RenameRole(const char *oldname, const char *newname); extern void DropOwnedObjects(DropOwnedStmt *stmt); extern void ReassignOwnedObjects(ReassignOwnedStmt *stmt); +extern List *roleNamesToIds(List *memberNames); #endif /* USER_H */ |