enlightenment/src/bin/e_prefix.h

15 lines
230 B
C
Raw Normal View History

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_PREFIX_H
#define E_PREFIX_H
EAPI int e_prefix_determine(char *argv0);
EAPI const char *e_prefix_get(void);
#endif
#endif