PORTMAP: Add support for SET UNSET procedures
[deb_libnfs.git] / portmap / portmap.x
index 61a9d5db563f11f921cc0658f534d19ec696b3c5..0f62858012d4401d013f74d4215bdd68d9cba8ca 100644 (file)
@@ -77,6 +77,12 @@ program PMAP_PROGRAM {
                void
                PMAP3_NULL(void)              = 0;
 
+               bool
+               PMAP3_SET(pmap3_mapping)      = 1;
+
+               bool
+               PMAP3_UNSET(pmap3_mapping)    = 2;
+
                pmap3_getaddr_result
                PMAP3_GETADDR(pmap3_mapping)  = 3;