Go to the documentation of this file. 1 #ifndef __XMMS_PRIV_UTILS_H__
2 #define __XMMS_PRIV_UTILS_H__
4 #define XMMS_BUILD_PATH(...) xmms_build_path (__VA_ARGS__, NULL)
7 gint
xmms_natcmp_len (
const gchar *str1, gint len1,
const gchar *str2, gint len2);
8 gint
xmms_natcmp (
const gchar *str1,
const gchar *str2);