00001 #ifndef __XMMS_PRIV_UTILS_H__ 00002 #define __XMMS_PRIV_UTILS_H__ 00003 00004 #define XMMS_BUILD_PATH(...) xmms_build_path (__VA_ARGS__, NULL) 00005 00006 char *xmms_build_path (const char *name, ...); 00007 00008 #endif /* __XMMS_PRIV_UTILS_H__ */