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