repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix FreeBSD build.
[haiku.git]
/
src
/
tools
/
fs_shell
/
fssh_additional_commands.cpp
blob
c8ad3541ba4059c4b84c0060ec7ffefa66eecf71
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