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
HaikuDepot: notify work status from main window
[haiku.git]
/
src
/
tools
/
bfs_shell
/
command_checkfs.h
blob
881e5f3f0102a5fe591b7e0181dec8cf833798f8
1
/*
2
* Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef CHECKFS_H
6
#define CHECKFS_H
7
8
9
#include
"fssh_types.h"
10
11
12
namespace
FSShell
{
13
14
15
fssh_status_t
command_checkfs
(
int
argc
,
const char
*
const
*
argv
);
16
17
18
}
// namespace FSShell
19
20
21
#endif
// CHECKFS_H