summaryrefslogtreecommitdiff
path: root/tools/lvm2cmd.h
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
commitc9b9c79b03c39745719001c161d279577627607f (patch)
tree400fceadb09b62e9898d9d9997371b0b434f84c2 /tools/lvm2cmd.h
parent2b33edfcf72d1fc2bfa3ddc2a1683b02cee6d904 (diff)
downloadlvm2-c9b9c79b03c39745719001c161d279577627607f.tar.gz
Fix log fn prototype.
Diffstat (limited to 'tools/lvm2cmd.h')
-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