hide eprefix
This commit is contained in:
parent
034a18c548
commit
8abd6ebb11
@ -41,6 +41,7 @@ hidden_proto(einfovn)
|
|||||||
hidden_proto(elog)
|
hidden_proto(elog)
|
||||||
hidden_proto(eoutdent)
|
hidden_proto(eoutdent)
|
||||||
hidden_proto(eoutdentv)
|
hidden_proto(eoutdentv)
|
||||||
|
hidden_proto(eprefix)
|
||||||
hidden_proto(ewarn)
|
hidden_proto(ewarn)
|
||||||
hidden_proto(ewarnn)
|
hidden_proto(ewarnn)
|
||||||
hidden_proto(ewarnv)
|
hidden_proto(ewarnv)
|
||||||
@ -199,6 +200,7 @@ void eprefix (const char *prefix)
|
|||||||
{
|
{
|
||||||
_eprefix = prefix;
|
_eprefix = prefix;
|
||||||
}
|
}
|
||||||
|
hidden_def(eprefix)
|
||||||
|
|
||||||
static void elogv (int level, const char *fmt, va_list ap)
|
static void elogv (int level, const char *fmt, va_list ap)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user