summaryrefslogtreecommitdiffstats
path: root/libdm/misc
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-11-03 18:59:59 +0000
committerAlasdair Kergon <agk@redhat.com>2008-11-03 18:59:59 +0000
commit3e5b6ed2147e3b31a23cfe2547aa55e1e6084986 (patch)
tree306050d1c947e9d1d5999382f30b5c43bf7434c8 /libdm/misc
parent965566dcf0eae31259f358cb57bb0f17ef921d67 (diff)
downloadlvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.tar.gz
lvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.tar.xz
lvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.zip
more tweaking to get things to compile - dmlib.h for log fns, list.h
Diffstat (limited to 'libdm/misc')
-rw-r--r--libdm/misc/dmlib.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/libdm/misc/dmlib.h b/libdm/misc/dmlib.h
new file mode 100644
index 00000000..9293b7c2
--- /dev/null
+++ b/libdm/misc/dmlib.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
+ *
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License v.2.1.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+/*
+ * This file must be included first by every device-mapper library source file.
+ */
+#ifndef _DM_LIB_H
+#define _DM_LIB_H
+
+#define DM
+
+#include "lib.h"
+
+#endif