btrfs-progs: move utils code out of header
[btrfs-progs-unstable/devel.git] / cmds-fi-du.h
blob86e8f24ab0ecc4ebb7b06cbb0e35d1dde9889c0f
1 /*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public
4 * License v2 as published by the Free Software Foundation.
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 * General Public License for more details.
11 * You should have received a copy of the GNU General Public
12 * License along with this program; if not, write to the
13 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
14 * Boston, MA 021110-1307, USA.
17 #ifndef __CMDS_FILESYSTEM_DU_H__
18 #define __CMDS_FILESYSTEM_DU_H__
20 extern const char * const cmd_filesystem_du_usage[];
21 int cmd_filesystem_du(int argc, char **argv);
23 #endif /* __CMDS_FILESYSTEM_DU_H__ */