diff options
Diffstat (limited to 'src/libeinfo.c')
-rw-r--r-- | src/libeinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libeinfo.c b/src/libeinfo.c index fd5ecfbd..2b40803b 100644 --- a/src/libeinfo.c +++ b/src/libeinfo.c @@ -41,6 +41,7 @@ hidden_proto(einfovn) hidden_proto(elog) hidden_proto(eoutdent) hidden_proto(eoutdentv) +hidden_proto(eprefix) hidden_proto(ewarn) hidden_proto(ewarnn) hidden_proto(ewarnv) @@ -199,6 +200,7 @@ void eprefix (const char *prefix) { _eprefix = prefix; } +hidden_def(eprefix) static void elogv (int level, const char *fmt, va_list ap) { |