mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
9 lines
153 B
C
9 lines
153 B
C
|
#ifndef FS_H_
|
||
|
#define FS_H_
|
||
|
|
||
|
void update_fs_stats(void);
|
||
|
struct fs_stat *prepare_fs_stat(const char *path);
|
||
|
void clear_fs_stats(void);
|
||
|
|
||
|
#endif /*FS_H_*/
|