graph.[ch]: Remove the "gl_" prefix.
[collection4.git] / filesystem.h
1 #ifndef FILESYSTEM_G
2 #define FILESYSTEM_G 1
3
4 #include "graph_ident.h"
5
6 typedef int (*fs_ident_cb_t) (const graph_ident_t *ident, void *user_data);
7
8 int fs_scan (fs_ident_cb_t callback, void *user_data);
9
10 #endif /* FILESYSTEM_G */
11 /* vim: set sw=2 sts=2 et fdm=marker : */