xref: /haiku/src/tools/bfs_shell/command_resizefs.h (revision bb83316a5811a550c4f850d07fa8e328e7ac0a94)
1 /*
2  * Copyright 2012, Andreas Henriksson, sausageboy@gmail.com.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef RESIZEFS_H
6 #define RESIZEFS_H
7 
8 
9 #include "fssh_types.h"
10 
11 
12 namespace FSShell {
13 
14 
15 fssh_status_t command_resizefs(int argc, const char* const* argv);
16 
17 
18 }	// namespace FSShell
19 
20 
21 #endif	// RESIZEFS_H
22