Reactos

[FSUTIL] Mark some functions as static (only used in this file)

+2 -2
+2 -2
base/applications/cmdutils/fsutil/fsinfo.c
··· 339 339 #define GET_NEXT(stats, length, iter, type) (type)((ULONG_PTR)stats + (length * iter)) 340 340 #define SUM_VALUE(stats, new, value) stats->value += new->value 341 341 342 - inline int 342 + static inline int 343 343 ValidateSizes(ULONG Length, DWORD ProcCount, DWORD BytesRead, DWORD SpecificSize) 344 344 { 345 345 /* Check whether we could read our base length for every processor */ ··· 359 359 return 0; 360 360 } 361 361 362 - inline void 362 + static inline void 363 363 SumBase(PFILESYSTEM_STATISTICS Base, PFILESYSTEM_STATISTICS NextBase) 364 364 { 365 365 /* Sum any entry in the generic structures */