terminology/src/bin/utils.h

8 lines
112 B
C

#ifndef _UTILS_H__
#define _UTILS_H__
#include <Eina.h>
Eina_Bool homedir_get(char *buf, size_t size);
#endif