public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/tools lvm2cmd.h
@ 2009-09-26  0:29 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2009-09-26  0:29 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-09-26 00:29:13

Modified files:
	tools          : lvm2cmd.h 

Log message:
	Fix log fn prototype.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvm2cmd.h.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/tools/lvm2cmd.h	2007/08/20 20:55:30	1.3
+++ LVM2/tools/lvm2cmd.h	2009/09/26 00:29:13	1.4
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-26  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-26  0:29 LVM2/tools lvm2cmd.h agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).