PORTMAP: Rename the functions in PMAP to PMAP2 to desribe the version of PMAP we...
[deb_libnfs.git] / portmap / portmap.x
index 17fd980455449cff57bde695be42296d1b28ff4e..fc4f22475308f07181dfc3e64c3a25d163b9f0a0 100644 (file)
@@ -35,22 +35,22 @@ struct pmap_dump_result {
 program PMAP_PROGRAM {
        version PMAP_V2 {
                void
-               PMAP_NULL(void)              = 0;
+               PMAP2_NULL(void)              = 0;
 
                bool
-               PMAP_SET(pmap_mapping)       = 1;
+               PMAP2_SET(pmap_mapping)       = 1;
 
                bool
-               PMAP_UNSET(pmap_mapping)     = 2;
+               PMAP2_UNSET(pmap_mapping)     = 2;
 
                unsigned int
-               PMAP_GETPORT(pmap_mapping)   = 3;
+               PMAP2_GETPORT(pmap_mapping)   = 3;
 
-               pmap_mapping_list
-               PMAP_DUMP(void)              = 4;
+               pmap_dump_result
+               PMAP2_DUMP(void)              = 4;
 
                pmap_call_result
-               PMAP_CALLIT(pmap_call_args)  = 5;
+               PMAP2_CALLIT(pmap_call_args)  = 5;
        } = 2;
 } = 100000;