ephoto/src/bin/ephoto_fsystem.h

12 lines
226 B
C

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