]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/parse_opt.h
text-based mount command: fix return value from po_rightmost()
[nfs-utils.git] / utils / mount / parse_opt.h
index e132b1cd979961cb534608d5721cbf38fa21781a..f9243c355cbddcebde3938f78f7c041033519095 100644 (file)
@@ -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 *);