home · contact · privacy
Client: Added checks / syntax validation for config files. Also changed commands
[plomrogue] / src / client / command_db.h
index 566bf70b3f7abb2c9e6a52dff25fec817db8c432..e20d16d03b8d9173baa730d5f60e47ad749dafb4 100644 (file)
@@ -28,7 +28,9 @@ struct CommandDB
 
 
 
-/* Return Command struct for command described by its "dsc_short" member. */
+/* Return Command struct for command described by its "dsc_short" member. Return
+ * NULL if no such command is found.
+ */
 extern struct Command * get_command(char * dsc_short);
 
 /* Reads in CommandDB config file line by line until end or first empty line. */