2006-03-13 00:53:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# This is our first version; it depends on no other.
|
|
|
|
FBSD_1.0 {
|
|
|
|
};
|
|
|
|
|
|
|
|
# This is our private namespace. Any global interfaces that are
|
|
|
|
# strictly for use only by other FreeBSD applications and libraries
|
|
|
|
# are listed here. We use a separate namespace so we can write
|
|
|
|
# simple ABI-checking tools.
|
2007-04-29 14:03:45 +00:00
|
|
|
FBSDprivate_1.0 {
|
2007-04-29 16:14:17 +00:00
|
|
|
} FBSD_1.0;
|