xref: /illumos-gate/usr/src/lib/libutempter/common/mapfile-vers (revision 8124b8119d8ab7f80f1bd8b094cd96356f531b54)
1*8124b811SYuri Pankov#
2*8124b811SYuri Pankov# This file and its contents are supplied under the terms of the
3*8124b811SYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
4*8124b811SYuri Pankov# You may only use this file in accordance with the terms of version
5*8124b811SYuri Pankov# 1.0 of the CDDL.
6*8124b811SYuri Pankov#
7*8124b811SYuri Pankov# A full copy of the text of the CDDL should have accompanied this
8*8124b811SYuri Pankov# source.  A copy of the CDDL is also available via the Internet at
9*8124b811SYuri Pankov# http://www.illumos.org/license/CDDL.
10*8124b811SYuri Pankov#
11*8124b811SYuri Pankov
12*8124b811SYuri Pankov#
13*8124b811SYuri Pankov# MAPFILE HEADER START
14*8124b811SYuri Pankov#
15*8124b811SYuri Pankov# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
16*8124b811SYuri Pankov# Object versioning must comply with the rules detailed in
17*8124b811SYuri Pankov#
18*8124b811SYuri Pankov#	usr/src/lib/README.mapfiles
19*8124b811SYuri Pankov#
20*8124b811SYuri Pankov# You should not be making modifications here until you've read the most current
21*8124b811SYuri Pankov# copy of that file. If you need help, contact a gatekeeper for guidance.
22*8124b811SYuri Pankov#
23*8124b811SYuri Pankov# MAPFILE HEADER END
24*8124b811SYuri Pankov#
25*8124b811SYuri Pankov
26*8124b811SYuri Pankov$mapfile_version 2
27*8124b811SYuri Pankov
28*8124b811SYuri PankovSYMBOL_VERSION ILLUMOS_0.1 {
29*8124b811SYuri Pankov    global:
30*8124b811SYuri Pankov	addToUtmp;
31*8124b811SYuri Pankov	removeFromUtmp;
32*8124b811SYuri Pankov	removeLineFromUtmp;
33*8124b811SYuri Pankov	utempter_add_record;
34*8124b811SYuri Pankov	utempter_remove_added_record;
35*8124b811SYuri Pankov	utempter_remove_record;
36*8124b811SYuri Pankov    local:
37*8124b811SYuri Pankov	*;
38*8124b811SYuri Pankov};
39