terminology/src/bin/utils.h

8 lines
112 B
C
Raw Normal View History

2020-06-23 04:27:07 -07:00
#ifndef _UTILS_H__
#define _UTILS_H__
#include <Eina.h>
Eina_Bool homedir_get(char *buf, size_t size);
#endif