]> git.ozlabs.org Git - petitboot/commit
Add URL parsing routines
authorGeoff Levand <geoffrey.levand@am.sony.com>
Sun, 12 Apr 2009 15:11:50 +0000 (15:11 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 30 Jun 2009 07:29:17 +0000 (15:29 +0800)
commit8ecee33a2f5fb8562c4db7fa55f50f25a57dc8f3
tree2b2cafeb97f0c7b72faab6de2e13f65d877dd3d2
parent764741bda57e79ff4d30cfb5eb5d01f11a89c29e
Add URL parsing routines

Create the new files url.h and url.c for parsing URL strings.
The new structure struct pb_url holds the results of the parse
operation.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
rules.mk
ui/common/url.c [new file with mode: 0644]
ui/common/url.h [new file with mode: 0644]