#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

$mapfile_version 2

SYMBOL_VERSION ILLUMOSprivate {
    global:
	l9p_backend_fs_init;
	l9p_connection_alloc_fid;
	l9p_connection_close;
	l9p_connection_free;
	l9p_connection_init;
	l9p_connection_recv;
	l9p_connection_remove_fid;
	l9p_describe_fcall;
	l9p_dispatch_request;
	l9p_freefcall;
	l9p_freestat;
	l9p_getgrlist;
	l9p_init_msg;
	l9p_pack_stat;
	l9p_pudirent;
	l9p_pufcall;
	l9p_pustat;
	l9p_respond;
	l9p_seek_iov;
	l9p_server_init;
	l9p_sizeof_stat;
	l9p_truncate_iov;
    local:
	*;
};