45 if (statfs (path, &st) == -1) {
50 if (st.f_type == 0xFF534D42 ||
51 st.f_type == 0x6969 ||
52 st.f_type == 0x517B) {
#define xmms_log_error(fmt,...)
gboolean xmms_statfs_is_remote(const gchar *path)
This function uses the statfs() call to check if the path is on a remote filesystem or not...