1 #ifndef FILESCHANGED_LISTDIRS 2 #define FILESCHANGED_LISTDIRS 3 #include "node.h" 4 int listdirs(struct node_t *dir ,void *dirs); 5 #endif 6