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
12namespace FSShell {
13
14
15fssh_status_t command_resizefs(int argc, const char* const* argv);
16
17
18}	// namespace FSShell
19
20
21#endif	// RESIZEFS_H
22