haiku/src/tools/fs_shell/fssh_additional_commands.cpp

21 lines
294 B
C++
Raw Normal View History

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