aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-07-14 09:53:01 +0200
committerLukas Larsson <[email protected]>2011-08-01 16:38:50 +0200
commit3a9a3d224b5c6c05eb0a77c70bee8f5fdee3b8f4 (patch)
tree252dd7063144716f5e5ae970e2557ac0bcb6eab3 /lib/asn1
parent043f1775872c8304c93c8e213e87d8a8f6c6dfec (diff)
downloadotp-3a9a3d224b5c6c05eb0a77c70bee8f5fdee3b8f4.tar.gz
otp-3a9a3d224b5c6c05eb0a77c70bee8f5fdee3b8f4.tar.bz2
otp-3a9a3d224b5c6c05eb0a77c70bee8f5fdee3b8f4.zip
Add -deprecated attributes
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/src/asn1rt.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/asn1/src/asn1rt.erl b/lib/asn1/src/asn1rt.erl
index 12f3e34edc..e9d3ea9a72 100644
--- a/lib/asn1/src/asn1rt.erl
+++ b/lib/asn1/src/asn1rt.erl
@@ -27,6 +27,8 @@
-export([utf8_binary_to_list/1,utf8_list_to_binary/1]).
+-deprecated([load_driver/0,unload_driver/0]).
+
encode(Module,{Type,Term}) ->
encode(Module,Type,Term).