freebsd-dev/lib/libulog/Symbol.map
Ed Schouten 691ac623d7 Remove utmpx stub from libulog.
I'm not increasing the shlib major version for this, because not a
single application outside the base system should have used these
functions in such a short timespan.

Rewrite ulog_login(3) and ulog_logout(3) to build on top of the utmpx
implementation in libc.
2010-01-13 18:53:06 +00:00

18 lines
233 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.2 {
ulog_login;
ulog_login_pseudo;
ulog_logout;
ulog_logout_pseudo;
addToUtmp;
removeFromUtmp;
removeLineFromUtmp;
utempter_add_record;
utempter_remove_added_record;
utempter_remove_record;
};