cctools
cwd_disk_info.h
1 /*
2 Copyright (C) 2015- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef CWD_INFO_H
8 #define CWD_INFO_H
9 
10 #include "int_sizes.h"
11 
21 int cwd_disk_info_get(const char *path, int64_t * total);
22 
23 #endif