enlightenment/src/bin/e_filereg.h

18 lines
309 B
C
Raw Normal View History

2006-10-17 05:29:00 -07:00
#ifdef E_TYPEDEFS
#else
#ifndef E_FILEREG_H
#define E_FILEREG_H
EAPI int e_filereg_init(void);
EAPI int e_filereg_shutdown(void);
EAPI int e_filereg_register(const char * path);
EAPI void e_filereg_deregister(const char * path);
EAPI Eina_Bool e_filereg_file_protected(const char * path);
2006-10-17 05:29:00 -07:00
#endif
#endif