terminology/src/bin/extns.h

16 lines
346 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _EXTNS_H__
#define _EXTNS_H__ 1
extern const char *extn_img[];
extern const char *extn_scale[];
extern const char *extn_edj[];
extern const char *extn_mov[];
extern const char *extn_aud[];
2014-01-06 13:29:18 -08:00
Eina_Bool
extn_matches(const char *path, size_t path_len, const char **extns);
Eina_Bool
extn_is_media(const char *path, size_t path_len);
2014-01-06 13:29:18 -08:00
#endif