Autotoolization.
[collection4.git] / src / filesystem.h
1 #ifndef FILESYSTEM_G
2 #define FILESYSTEM_G 1
3
4 #include "graph_ident.h"
5
6 #define DATA_DIR "/var/lib/collectd/rrd"
7
8 typedef int (*fs_ident_cb_t) (const graph_ident_t *ident, void *user_data);
9
10 int fs_scan (fs_ident_cb_t callback, void *user_data);
11
12 #endif /* FILESYSTEM_G */
13 /* vim: set sw=2 sts=2 et fdm=marker : */