summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-09-26 00:29:13 +0000
committerAlasdair Kergon <agk@redhat.com>2009-09-26 00:29:13 +0000
commitabb2e6ea9b819a4cf3e26af7cc18b4ca044c26e2 (patch)
tree400fceadb09b62e9898d9d9997371b0b434f84c2
parenta99a30d720881ccff44d2bfb72f351182b099d76 (diff)
downloadlvm2-abb2e6ea9b819a4cf3e26af7cc18b4ca044c26e2.tar.gz
Fix log fn prototype.v2_02_53old-v2_02_53
-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