]> git.ozlabs.org Git - petitboot/commit
lib/url: Move URL-handling code to lib
authorJeremy Kerr <jk@ozlabs.org>
Tue, 5 Mar 2013 07:28:14 +0000 (15:28 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 15 Apr 2013 07:42:26 +0000 (15:42 +0800)
commit16ebe978aeced862dd877cfee81ac7604902fd55
treec73db6d36b3a8785f6a47c4544419b9341cd5ea2
parent9a960821e54b0794b1c519b493294b7222dd98d4
lib/url: Move URL-handling code to lib

We'll need to use the URL handling code in the server, so move it to the
lib/ directory.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
lib/Makefile.am
lib/url/url.c [new file with mode: 0644]
lib/url/url.h [new file with mode: 0644]
test/urls/Makefile.am
test/urls/parse-url.c
ui/common/Makefile.am
ui/common/loader.c
ui/common/url.c [deleted file]
ui/common/url.h [deleted file]