Go to the documentation of this file.00001 #ifndef H_FS
00002 #define H_FS
00003
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012
00016 void rpmFreeFilesystems(void)
00017
00018 ;
00019
00026
00027 int rpmGetFilesystemList( const char *** listptr,
00028 rpmuint32_t * num)
00029
00030
00031 ;
00032
00033
00043
00044 int rpmGetFilesystemUsage(const char ** fileList, rpmuint32_t * fssizes,
00045 int numFiles, rpmuint64_t ** usagesPtr,
00046 int flags)
00047
00048
00049
00050
00051
00052 ;
00053
00054
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058
00059 #endif