summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/lvm2cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lvm2cmd.h b/tools/lvm2cmd.h
index da7a27730..c1ccafacc 100644
--- a/tools/lvm2cmd.h
+++ b/tools/lvm2cmd.h
@@ -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