From: Peter Lieven Date: Mon, 23 Dec 2013 13:03:00 +0000 (+0100) Subject: add URL parsing functions X-Git-Tag: upstream/1.9.6^2~163^2~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=d2ec73c75a60604419171f6ea086a702607ad69f;hp=d2ec73c75a60604419171f6ea086a702607ad69f;p=deb_libnfs.git add URL parsing functions this adds the following 4 functions. see libnfs.h for details. struct nfs_url *nfs_parse_url_full(struct nfs_context *nfs, char *url); struct nfs_url *nfs_parse_url_dir(struct nfs_context *nfs, char *url); struct nfs_url *nfs_parse_url_incomplete(struct nfs_context *nfs, char *url); void nfs_destroy_url(struct nfs_url *url); Signed-off-by: Peter Lieven ---