summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2009-11-26 17:11:12 +0100
committerKarel Zak2010-06-03 15:20:10 +0200
commitf1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5 (patch)
tree236db9914dcad35b25bd32e79d2a25c405257b22 /shlibs/mount/src/mount.h.in
parentblkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables (diff)
downloadkernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.tar.gz
kernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.tar.xz
kernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.zip
libmount: add basic dirs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.h.in')
-rw-r--r--shlibs/mount/src/mount.h.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
new file mode 100644
index 000000000..e9b0425c1
--- /dev/null
+++ b/shlibs/mount/src/mount.h.in
@@ -0,0 +1,34 @@
+/*
+ * mount.h - libmount API
+ *
+ * Copyright (C) 2008-2009 Karel Zak <kzak@redhat.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef _LIBMOUNT_MOUNT_H
+#define _LIBMOUNT_MOUNT_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define LIBMOUNT_VERSION "@LIBMOUNT_VERSION@"
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _LIBMOUNT_MOUNT_H */