XMMS2
|
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 gint xmms_natcmp_len (const gchar *str1, gint len1, const gchar *str2, gint len2); 00008 gint xmms_natcmp (const gchar *str1, const gchar *str2); 00009 00010 #endif /* __XMMS_PRIV_UTILS_H__ */