1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

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

This commit is contained in:
Zdenek Kabelac 2008-11-12 09:41:44 +00:00
parent 23cf7bc97c
commit 0499fb88d6

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);