headers: move the exposed headers to include folder
[platform/upstream/enlightenment.git] / src / include / e_utils.h
1 #ifdef E_TYPEDEFS
2
3 #else
4 #ifndef E_UTILS_H
5 #define E_UTILS_H
6
7 E_API char        *e_util_env_get(const char *name);
8 E_API int          e_util_strcmp(const char *s1, const char *s2);
9 E_API unsigned int e_util_timestamp_get(void);
10
11 #endif
12 #endif