Fix FreeBSD build.
[haiku.git] / src / tools / fs_shell / fssh_additional_commands.cpp
blobc8ad3541ba4059c4b84c0060ec7ffefa66eecf71
1 /*
2 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
7 #include "fssh.h"
10 namespace FSShell {
13 void
14 register_additional_commands()
16 // To be implemented by file system specific shell implementations.
20 } // namespace FSShell