/** Copyright 2012, Axel DΓΆrfler, axeld@pinc-software.de.* Distributed under the terms of the MIT License.*/#include "fssh.h"namespace FSShell {voidregister_additional_commands(){// To be implemented by file system specific shell implementations.}} // namespace FSShell