diff options
Diffstat (limited to 'usr/src/lib/libsip/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libsip/common/mapfile-vers | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libsip/common/mapfile-vers b/usr/src/lib/libsip/common/mapfile-vers index fa9448b04a..167c901d09 100644 --- a/usr/src/lib/libsip/common/mapfile-vers +++ b/usr/src/lib/libsip/common/mapfile-vers @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # # @@ -37,13 +36,15 @@ # MAPFILE HEADER END # -SUNW_1.2 { +$mapfile_version 2 + +SYMBOL_VERSION SUNW_1.2 { global: sip_create_dialog_req_nocontact; sip_get_dialog_local_contact_uri; } SUNW_1.1; -SUNW_1.1 { +SYMBOL_VERSION SUNW_1.1 { global: sip_init_conn_object; sip_clear_stale_data; |