diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-05-27 22:11:28 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-05-28 10:58:26 +0200 |
commit | fbd622971d0a22dd94cf23c93dab72f5c6a42bf6 (patch) | |
tree | cbfb4de498e5e1c6b7da52ec66356aa326ddcb92 /include/vis.h | |
parent | 755d86be011bd3fc3edb575316daed1a641ed7d4 (diff) | |
download | libbsd-fbd622971d0a22dd94cf23c93dab72f5c6a42bf6.tar.gz |
Condense and clarify header deprecation warnings
Mention the possibility of using libbsd-overlay.pc.
Diffstat (limited to 'include/vis.h')
-rw-r--r-- | include/vis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h index 2d46fab..564c10d 100644 --- a/include/vis.h +++ b/include/vis.h @@ -27,7 +27,7 @@ #ifndef LIBBSD_VIS_H #define LIBBSD_VIS_H -#warning "This header is deprecated, use the one in bsd/vis.h instead." +#warning "Deprecated header, use <bsd/vis.h> or libbsd-overlay.pc instead." #include <bsd/vis.h> |