00001 #ifndef FS_PARAMETERS_H 00002 #define FS_PARAMETERS_H 00003 #include <stdlib.h> 00004 #include "conv-config.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 size_t CkGetFileStripeSize(const char *filename); 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 00016 #endif