Whamcloud - gitweb
LU-5541 lustreapi: only export the API symbols
[fs/lustre-release.git] / lustre / utils / liblustreapi.map
diff --git a/lustre/utils/liblustreapi.map b/lustre/utils/liblustreapi.map
new file mode 100644 (file)
index 0000000..ecbbc12
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    global:
+       cfs_*;
+       llapi_*;
+       libcfs_*;
+       liblustreapi_initialized;
+       l_ioctl;
+       mdt_hash_name;
+       Parser_*;
+       register_ioc_*;
+       strlcat;
+       strlcpy;
+    local:
+       *;
+};