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
10namespace FSShell {
11
12
13void
14register_additional_commands()
15{
16	// To be implemented by file system specific shell implementations.
17}
18
19
20}	// namespace FSShell
21