aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/src/app
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-06-12 16:50:14 +0200
committerMicael Karlberg <[email protected]>2019-06-27 17:34:46 +0200
commite5fa19b1355ea98dc634650086d2990b4240240e (patch)
tree0fd62a133da0bcf418e9c93e98493a78763d0cdc /lib/megaco/src/app
parent65942ff461fb8884cd4975c2c86307c42bf62b2d (diff)
downloadotp-e5fa19b1355ea98dc634650086d2990b4240240e.tar.gz
otp-e5fa19b1355ea98dc634650086d2990b4240240e.tar.bz2
otp-e5fa19b1355ea98dc634650086d2990b4240240e.zip
[megaco] Add megaco_user behaviour module
Add a "proper" behaviour module for the megaco_user behaviour. This behaviour is not a proper behaviour since its possible to configure megaco to add additional arguments to *all* of the functions in the behaviour (with the user_args config option). So, this behaviour only reflects the *default config* (whith the user_args set to [], that is no extra args). OTP-15882
Diffstat (limited to 'lib/megaco/src/app')
-rw-r--r--lib/megaco/src/app/megaco.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/megaco/src/app/megaco.erl b/lib/megaco/src/app/megaco.erl
index 756f4929d3..9ed042401b 100644
--- a/lib/megaco/src/app/megaco.erl
+++ b/lib/megaco/src/app/megaco.erl
@@ -94,6 +94,11 @@
%% This is for XREF
-deprecated([{format_versions, 1, eventually}]).
+-export_type([
+ void/0
+ ]).
+
+-type void() :: term().
-include("megaco_internal.hrl").