diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-06 19:08:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-06 19:08:02 +0000 |
| commit | 425dd8accbbf3b90c690e947f60a6bccc04a3781 (patch) | |
| tree | 4e014ae54dac3fd042c9f78d213ca7f1eecd4b7d /libexec/ypxfr/ypxfr_extern.h | |
| parent | 22b3e77111fe817962084e155a6efd2824ff6438 (diff) | |
Notes
Diffstat (limited to 'libexec/ypxfr/ypxfr_extern.h')
| -rw-r--r-- | libexec/ypxfr/ypxfr_extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index acfa10589076..f843b645b6dd 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); |
