summaryrefslogtreecommitdiff
path: root/src/rpcbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpcbind.h')
-rw-r--r--src/rpcbind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcbind.h b/src/rpcbind.h
index 84deba0..58ab3ef 100644
--- a/src/rpcbind.h
+++ b/src/rpcbind.h
@@ -78,6 +78,8 @@ extern char *udptrans; /* Name of UDP transport */
extern char *tcptrans; /* Name of TCP transport */
extern char *udp_uaddr; /* Universal UDP address */
extern char *tcp_uaddr; /* Universal TCP address */
+extern char *pmap_ipprot2netid(unsigned long);
+extern int pmap_netid2ipprot(const char *);
#endif
int add_bndlist(struct netconfig *, struct netbuf *);