1/*
2 * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef FS_SHELL_XCP_H
6#define FS_SHELL_XCP_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12int do_xcp(int argc, char **argv);
13
14#ifdef __cplusplus
15}
16#endif
17
18
19#endif	// FS_SHELL_XCP_H
20