1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-23 10:50:34 +03:00

removed redundant redeclaration of init_indent() and init_msg_prefix() from lvm-logging.h

This commit is contained in:
Zdeněk Kabeláč 2008-11-12 09:41:44 +00:00
parent aff35fea29
commit 54d790828f

View File

@ -27,8 +27,6 @@ void init_full_scan_done(int level);
void init_trust_cache(int trustcache);
void init_debug(int level);
void init_cmd_name(int status);
void init_msg_prefix(const char *prefix);
void init_indent(int indent);
void init_ignorelockingfailure(int level);
void init_lockingfailed(int level);
void init_security_level(int level);