summaryrefslogtreecommitdiff
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rwxr-xr-xapps/app_skel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 419b8f40a..8ca411305 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -68,3 +68,8 @@ int usecount(void)
STANDARD_USECOUNT(res);
return res;
}
+
+char *key()
+{
+ return ASTERISK_GPL_KEY;
+}