#ifndef _EPHOTO_FSYSTEM_H_ #define _EPHOTO_FSYSTEM_H_ #include "ephoto_utils.h" #include "ephoto.h" #include void add_fsystem(Ewl_Widget *c); void populate_fsystem(Ewl_Widget *c, void *event, void *data); #endif