1 /* 2 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 #include "fssh.h" 8 9 10 namespace FSShell { 11 12 13 void 14 register_additional_commands() 15 { 16 // To be implemented by file system specific shell implementations. 17 } 18 19 20 } // namespace FSShell 21