Imported Upstream version 0.2.5
[platform/upstream/libtirpc.git] / tirpc / rpc / rpcent.h
index 7fd93d9..c865e51 100644 (file)
@@ -54,13 +54,8 @@ struct rpcent {
        int     r_number;       /* rpc program number */
 };
 
-extern struct rpcent *getrpcbyname_r(const char *, struct rpcent *,
-                                       char *, int);
-extern struct rpcent *getrpcbynumber_r(int, struct rpcent *, char *, int);
-extern struct rpcent *getrpcent_r(struct rpcent *, char *, int);
-
 /* Old interfaces that return a pointer to a static area;  MT-unsafe */
-extern struct rpcent *getrpcbyname(char *);
+extern struct rpcent *getrpcbyname(const char *);
 extern struct rpcent *getrpcbynumber(int);
 extern struct rpcent *getrpcent(void);
 #endif