diff options
-rw-r--r-- | libports/inhibit-port-rpcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/inhibit-port-rpcs.c b/libports/inhibit-port-rpcs.c index 218edc79..718a8b3e 100644 --- a/libports/inhibit-port-rpcs.c +++ b/libports/inhibit-port-rpcs.c @@ -23,7 +23,7 @@ #include <cthreads.h> void -inhibit_port_rpcs (void *portstruct) +ports_inhibit_port_rpcs (void *portstruct) { struct port_info *pi = portstruct; struct rpc_info *rpc; |