From 052f74f4db45219d731e7af6dcb9beb5eec2344c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 17 Aug 2010 23:57:38 +0200 Subject: Use relative paths when interacting with the music_* functions. --- music.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'music.h') diff --git a/music.h b/music.h index 4213fc5..e0e4fcb 100644 --- a/music.h +++ b/music.h @@ -1,9 +1,6 @@ #ifndef _MUSIC_H_ #define _MUSIC_H_ -/* for size_t */ -#include - #include struct file { @@ -25,5 +22,6 @@ gboolean music_scan_root(); struct directory *music_find_dir(const gchar *path); struct file *music_find_file(const gchar *path); void music_free(); +gchar *music_get_full_path(const gchar *path); #endif -- cgit v1.2.3