summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc/ypclnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpcsvc/ypclnt.h')
-rw-r--r--include/rpcsvc/ypclnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 3bf0f30..05b922b 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -81,8 +81,8 @@ int yp_next(char *indomain, char *inmap, char *inkey, int inkeylen,
int yp_master(char *indomain, char *inmap, char **outname);
int yp_order(char *indomain, char *inmap, int *outorder);
int yp_all(char *indomain, char *inmap, struct ypall_callback *incallback);
-char * yperr_string(int incode);
-char * ypbinderr_string(int incode);
+const char *yperr_string(int incode);
+const char *ypbinderr_string(int incode);
int ypprot_err(unsigned int incode);
__END_DECLS
OpenPOWER on IntegriCloud