]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/parse_opt.h
text-based mount.nfs: add a few useful parser return codes
[nfs-utils.git] / utils / mount / parse_opt.h
index 93430d99ce0d03732b177b12f713301ef3968db3..6b9fb5eb914abbae0203ebf04268a1f70d5f31cb 100644 (file)
@@ -31,6 +31,11 @@ enum {
        PO_FOUND = 1,
 };
 
        PO_FOUND = 1,
 };
 
+enum {
+       PO_KEY2_RIGHTMOST = 1,
+       PO_KEY1_RIGHTMOST = -1,
+};
+
 struct mount_options;
 
 struct mount_options * po_split(char *);
 struct mount_options;
 
 struct mount_options * po_split(char *);