#ifndef H_UTIL_VSERVER_SRC_EXT2FS_H
#define H_UTIL_VSERVER_SRC_EXT2FS_H
-#ifdef HAVE_EXT2FS_EXT2FS_H
-# include <ext2fs/ext2fs.h>
-#elif defined(HAVE_LINUX_EXT2_FS_H)
+#ifdef ENSC_HAVE_EXT2FS_EXT2_FS_H
+# include <ext2fs/ext2_fs.h>
+#elif defined(ENSC_HAVE_LINUX_EXT2_FS_H)
# include <linux/ext2_fs.h>
#else
# error Do not know how to include <ext2_fs.h>
uint32_t mask;
};
- /** Returns version of the given API-category */
- int vc_get_version(int category);
+ /** Returns the version of the current kernel API. */
+ int vc_get_version();
/** Puts current process into context <ctx>, removes the given caps and
* sets flags.