X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibtirpc.git;a=blobdiff_plain;f=src%2Frpc_com.h;h=f50a40936760a0475e5a27e182937f427b218c4c;hp=38c2cfe0b0d9da09a04aca4d4570cf8e6bf018e4;hb=a6f05acb1b80234b64ec55ab9284dc381617e9f5;hpb=26c07f66ece23d236f6c910e98f0a0c09e2316a9 diff --git a/src/rpc_com.h b/src/rpc_com.h index 38c2cfe..f50a409 100644 --- a/src/rpc_com.h +++ b/src/rpc_com.h @@ -87,8 +87,8 @@ void __xprt_unregister_unlocked(SVCXPRT *); void __xprt_set_raddr(SVCXPRT *, const struct sockaddr_storage *); -SVCXPRT **__svc_xports; -int __svc_maxrec; +extern SVCXPRT **__svc_xports; +extern int __svc_maxrec; __END_DECLS