X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_opt.h;h=f9243c355cbddcebde3938f78f7c041033519095;hp=e132b1cd979961cb534608d5721cbf38fa21781a;hb=e7ec5e745e851ad10c56d579463ee7e1b85c9c21;hpb=1f0a104ff4aa07141d59cfd1d78157e8ddf7e4ed diff --git a/utils/mount/parse_opt.h b/utils/mount/parse_opt.h index e132b1c..f9243c3 100644 --- a/utils/mount/parse_opt.h +++ b/utils/mount/parse_opt.h @@ -47,7 +47,7 @@ po_found_t po_contains(struct mount_options *, char *); char * po_get(struct mount_options *, char *); po_found_t po_get_numeric(struct mount_options *, char *, long *); -unsigned int po_rightmost(struct mount_options *, +int po_rightmost(struct mount_options *, const char *keys[]); po_found_t po_remove_all(struct mount_options *, char *); void po_destroy(struct mount_options *);