summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/ypxfr_extern.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-06 19:08:02 +0000
committerdes <des@FreeBSD.org>2002-04-06 19:08:02 +0000
commit91e1b27629182e91fdc2aa4d7a505fa58115a97e (patch)
tree4e014ae54dac3fd042c9f78d213ca7f1eecd4b7d /libexec/ypxfr/ypxfr_extern.h
parent2b4cf29e0cc981bdd83b4b780690172eb589ee91 (diff)
downloadFreeBSD-src-91e1b27629182e91fdc2aa4d7a505fa58115a97e.zip
FreeBSD-src-91e1b27629182e91fdc2aa4d7a505fa58115a97e.tar.gz
Fix warnings.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'libexec/ypxfr/ypxfr_extern.h')
-rw-r--r--libexec/ypxfr/ypxfr_extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h
index acfa105..f843b64 100644
--- a/libexec/ypxfr/ypxfr_extern.h
+++ b/libexec/ypxfr/ypxfr_extern.h
@@ -49,7 +49,7 @@ extern int debug;
extern enum ypstat yp_errno;
extern void yp_error(const char *, ...);
extern int _yp_check(char **);
-extern char *ypxfrerr_string(ypxfrstat);
+extern const char *ypxfrerr_string(ypxfrstat);
extern DB *yp_open_db_rw(const char *, const char *, const int);
extern void yp_init_dbs(void);
extern int yp_put_record(DB *, DBT *, DBT *, int);
OpenPOWER on IntegriCloud