From f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 26 Nov 2009 17:11:12 +0100 Subject: libmount: add basic dirs Signed-off-by: Karel Zak --- shlibs/mount/src/mount.h.in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 shlibs/mount/src/mount.h.in (limited to 'shlibs/mount/src/mount.h.in') 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 + * + * 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 */ -- cgit v1.2.3-55-g7522