fuse-pod-0.5.1. FUSEPod is a userspace filesystem which mounts your iPod into a directory for easy browsing of your songs on your iPod. Features ======== * Read and Write support * Viewing/Removing playlists * Configurable directory layout * Transparent copying of files onto iPod * Tracks have tags in extended attributes * Discovers where your iPod is mounted * Statistics file
13 lines
313 B
Text
13 lines
313 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $
|
|
|
|
--- src/fusepod.cpp 2007/05/04 23:21:09 1.1
|
|
+++ src/fusepod.cpp 2007/05/04 23:23:52
|
|
@@ -672,7 +672,7 @@
|
|
return paths;
|
|
}
|
|
|
|
-void * fusepod_init () {
|
|
+void * fusepod_init (fuse_conn_info *connection) {
|
|
syncing = false;
|
|
syncing_file = "";
|
|
|