summaryrefslogtreecommitdiff
path: root/src/rpcbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpcbind.h')
-rw-r--r--src/rpcbind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcbind.h b/src/rpcbind.h
index 295711a..8fd9703 100644
--- a/src/rpcbind.h
+++ b/src/rpcbind.h
@@ -124,6 +124,7 @@ int check_access(SVCXPRT *, rpcproc_t, void *, unsigned int);
int check_callit(SVCXPRT *, struct r_rmtcall_args *, int);
void logit(int, struct sockaddr *, rpcproc_t, rpcprog_t, const char *);
int is_loopback(struct netbuf *);
+int is_localroot(struct netbuf *);
#ifdef PORTMAP
extern void pmap_service(struct svc_req *, SVCXPRT *);