HaikuDepot: notify work status from main window
[haiku.git] / src / tools / bfs_shell / command_checkfs.h
blob881e5f3f0102a5fe591b7e0181dec8cf833798f8
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
9 #include "fssh_types.h"
12 namespace FSShell {
15 fssh_status_t command_checkfs(int argc, const char* const* argv);
18 } // namespace FSShell
21 #endif // CHECKFS_H