aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_mp3.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-03-07 00:52:22 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-03-07 00:52:22 +0000
commitea452d3fd8f99256d987297e5afa8d1c226b465e (patch)
tree013c8875e1fadab5b15ed1bc8d53c2bb3ca5c990 /formats/format_mp3.c
parentc43fe99fe03d3d87973e7c874f870c437af65988 (diff)
Version 0.1.7 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@235 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_mp3.c')
-rwxr-xr-xformats/format_mp3.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/formats/format_mp3.c b/formats/format_mp3.c
index 85abdbc1b..a3e25d45b 100755
--- a/formats/format_mp3.c
+++ b/formats/format_mp3.c
@@ -293,3 +293,8 @@ char *description()
return desc;
}
+
+char *key()
+{
+ return ASTERISK_GPL_KEY;
+}