summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/user_management_commands.h')
-rw-r--r--src/mongo/db/commands/user_management_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/user_management_commands.h b/src/mongo/db/commands/user_management_commands.h
index 63c7a7d8d6c..8ae4e233db9 100644
--- a/src/mongo/db/commands/user_management_commands.h
+++ b/src/mongo/db/commands/user_management_commands.h
@@ -141,6 +141,7 @@ Status checkAuthForGetUserCacheGenerationCommand(ClientBasic* client);
Status checkAuthForMergeAuthzCollectionsCommand(ClientBasic* client, const BSONObj& cmdObj);
+Status checkAuthForAuthSchemaUpgradeCommand(ClientBasic* client);
} // namespace auth
} // namespace mongo