ls: moved generic URI utilities to uri.c

"ls" is a bad name for a library which parses URIs.  We'll move the
rest of the "ls" library later.
This commit is contained in:
Max Kellermann
2009-02-25 16:44:06 +01:00
parent 7957fefc91
commit 6823217697
14 changed files with 82 additions and 29 deletions

View File

@@ -21,7 +21,7 @@
#include "database.h"
#include "directory.h"
#include "song.h"
#include "ls.h"
#include "uri.h"
#include "mapper.h"
#include "path.h"
#include "decoder_list.h"