1
0
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:
Alasdair Kergon 2009-09-26 00:29:13 +00:00
parent 2b33edfcf7
commit c9b9c79b03

View File

@ -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