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

@@ -20,7 +20,7 @@
#include "_ogg_common.h"
#include "config.h"
#include "ls.h"
#include "uri.h"
#ifndef HAVE_TREMOR
#include <vorbis/vorbisfile.h>