summaryrefslogtreecommitdiff
path: root/src/bin/e_user.h
blob: 4d2ae217a0e299b67e51485ff80430a280006998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
 */
#ifdef E_TYPEDEFS
#else
#ifndef E_USER_H
#define E_USER_H

EAPI const char *e_user_homedir_get(void);
EAPI const char *e_user_desktop_dir_get(void);
EAPI const char *e_user_icon_dir_get(void);

#endif
#endif