ID3FS: use File::Find to recursively add files
[id3fs.git] / lib / ID3FS / DB.pm
index 6b0f844..32db70a 100644 (file)
@@ -80,6 +80,11 @@ sub cmd_sth
     return $sth;
 }
 
+sub add
+{
+    my($self,$path)=@_;
+}
+
 sub cmd
 {
     my ($self, @args)=@_;