mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
These symbols were hidden and no longer exposed, and were never exposed in headers. MFC after: 3 days
23 lines
207 B
Modula-2
23 lines
207 B
Modula-2
# $FreeBSD$
|
|
|
|
ZLIB_1.2.4.0 {
|
|
};
|
|
|
|
ZLIB_1.2.7.0 {
|
|
} ZLIB_1.2.4.0;
|
|
|
|
ZLIB_1.2.7.1 {
|
|
} ZLIB_1.2.7.0;
|
|
|
|
ZLIB_1.2.9 {
|
|
} ZLIB_1.2.7.1;
|
|
|
|
ZLIB_1.2.12 {
|
|
} ZLIB_1.2.9;
|
|
|
|
FBSD_1.2 {
|
|
} ZLIB_1.2.4.0;
|
|
|
|
FBSD_1.6 {
|
|
} FBSD_1.2;
|
|
|