shlib-overhaul-20060802
[openafs.git] / src / kopenafs / libkopenafs.map
1 # Export map for libkopenafs, used on Linux and Solaris to restrict
2 # exports from the shared libraries to just the public ABI.  Add symbol
3 # versioning while we're at it, just in case.
4
5 KOPENAFS_1.0 {
6     global:
7         k_hasafs;
8         k_setpag;
9         k_unlog;
10         k_pioctl;
11     local:
12         *;
13 };