libbsd/Versions

68 lines
943 B
Plaintext
Raw Normal View History

2005-07-24 23:55:15 +00:00
LIBBSD_0.0 {
global:
arc4random;
arc4random_stir;
arc4random_addrandom;
bsd_getopt; optreset;
2006-02-10 14:59:03 +00:00
errc; warnc; verrc; vwarnc;
2005-07-24 23:55:15 +00:00
fgetln;
2005-12-18 04:02:56 +00:00
fmtcheck;
2006-03-29 13:55:22 +00:00
heapsort;
2006-08-25 13:39:32 +00:00
humanize_number;
inet_net_pton; /* XXX: Already provided by glibc, remove. */
2006-03-17 19:55:21 +00:00
getprogname; setprogname;
strlcpy;
strlcat;
setmode;
getmode;
2006-03-19 10:25:49 +00:00
vis; strvis; strvisx;
unvis; strunvis; strunvisx;
MD5Init;
MD5Update;
MD5Pad;
MD5Final;
MD5Transform;
MD5End;
MD5File;
MD5FileChunk;
MD5Data;
2005-07-24 23:55:15 +00:00
local:
*;
};
2009-05-15 21:40:45 +02:00
LIBBSD_0.1 {
strmode;
2009-05-20 04:11:57 +02:00
__fdnlist; /* Private symbol, but libkvm uses it. */
nlist;
2009-05-15 21:40:45 +02:00
} LIBBSD_0.0;
LIBBSD_0.2 {
strtonum;
strnvis;
strnunvis;
dehumanize_number;
readpassphrase;
flopen;
pidfile_open;
pidfile_write;
pidfile_close;
pidfile_remove;
setproctitle;
arc4random_buf;
arc4random_uniform;
} LIBBSD_0.1;