e: do not include e.h
[platform/upstream/enlightenment.git] / src / include / e_utils.h
1 #ifndef E_UTILS_H
2 #define E_UTILS_H
3
4 E_API char        *e_util_env_get(const char *name);
5 E_API int          e_util_strcmp(const char *s1, const char *s2);
6 E_API unsigned int e_util_timestamp_get(void);
7
8 #endif