xref: /haiku/src/tools/fs_shell/fssh_additional_commands.cpp (revision 21258e2674226d6aa732321b6f8494841895af5f)
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