mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
4d17a18db5
The only function declared in that header file was inet_net_pton, which is already provided by glibc. Will be removed on the next SONAME bump.
56 lines
789 B
Plaintext
56 lines
789 B
Plaintext
LIBBSD_0.0 {
|
|
global:
|
|
arc4random;
|
|
arc4random_stir;
|
|
arc4random_addrandom;
|
|
bsd_getopt; optreset;
|
|
errc; warnc; verrc; vwarnc;
|
|
fgetln;
|
|
fmtcheck;
|
|
heapsort;
|
|
humanize_number;
|
|
|
|
inet_net_pton; /* XXX: Already provided by glibc, remove. */
|
|
|
|
getprogname; setprogname;
|
|
strlcpy;
|
|
strlcat;
|
|
|
|
setmode;
|
|
getmode;
|
|
|
|
vis; strvis; strvisx;
|
|
unvis; strunvis; strunvisx;
|
|
MD5Init;
|
|
MD5Update;
|
|
MD5Pad;
|
|
MD5Final;
|
|
MD5Transform;
|
|
MD5End;
|
|
MD5File;
|
|
MD5FileChunk;
|
|
MD5Data;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
|
|
LIBBSD_0.1 {
|
|
strmode;
|
|
|
|
__fdnlist; /* Private symbol, but libkvm uses it. */
|
|
nlist;
|
|
} LIBBSD_0.0;
|
|
|
|
LIBBSD_0.2 {
|
|
strtonum;
|
|
|
|
strnvis;
|
|
strnunvis;
|
|
|
|
dehumanize_number;
|
|
|
|
readpassphrase;
|
|
} LIBBSD_0.1;
|
|
|