xref: /haiku/src/tools/bfs_shell/command_checkfs.h (revision 25a7b01d15612846f332751841da3579db313082)
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
22