X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_opt.h;h=2c0b5f4e5b3d1e597c92a563e7adcfb6b8dc9fee;hp=f9243c355cbddcebde3938f78f7c041033519095;hb=88c4f664f869d7450b84f0262fd87fbda4f1f61b;hpb=5f06c2b5e18990a2d62987ea06bdf5afb8306a2d diff --git a/utils/mount/parse_opt.h b/utils/mount/parse_opt.h index f9243c3..2c0b5f4 100644 --- a/utils/mount/parse_opt.h +++ b/utils/mount/parse_opt.h @@ -38,6 +38,7 @@ typedef enum { struct mount_options; struct mount_options * po_split(char *); +struct mount_options * po_dup(struct mount_options *); void po_replace(struct mount_options *, struct mount_options *); po_return_t po_join(struct mount_options *, char **);