summaryrefslogtreecommitdiff
path: root/src/depot_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_cmd.cpp')
-rw-r--r--src/depot_cmd.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/depot_cmd.cpp b/src/depot_cmd.cpp
index bfc77e3ef..da4b0bfb1 100644
--- a/src/depot_cmd.cpp
+++ b/src/depot_cmd.cpp
@@ -21,7 +21,11 @@
#include "table/strings.h"
-
+/**
+ * Check whether the given name is globally unique amongst depots.
+ * @param name The name to check.
+ * @return True if there is no depot with the given name.
+ */
static bool IsUniqueDepotName(const char *name)
{
const Depot *d;