mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Fix log fn prototype.
This commit is contained in:
parent
2b33edfcf7
commit
c9b9c79b03
@ -18,7 +18,8 @@
|
||||
|
||||
#ifndef _LVM_LOG_H
|
||||
typedef void (*lvm2_log_fn_t) (int level, const char *file, int line,
|
||||
const char *message);
|
||||
int dm_errno, const char *message);
|
||||
|
||||
#endif
|
||||
|
||||
#define LVM2_LOG_SUPPRESS 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user