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
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tools
/
btrfs_shell
/
command_cat.h
blob
a86fd78a25746b8c8afe84b614e1b058f040be2e
1
#ifndef COMMAND_CAT_H
2
#define COMMAND_CAT_H
3
4
5
#include
"fssh_types.h"
6
7
8
namespace
FSShell
{
9
10
11
fssh_status_t
command_cat
(
int
argc
,
const char
*
const
*
argv
);
12
13
14
}
// namespace FSShell
15
16
17
#endif
// COMMAND_CAT_H