summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-11 10:01:00 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-11 10:01:00 +0000
commit75073097320886432f1722b8b5a50735ce54e4f6 (patch)
treec5b08094fbaac20fab7e0a33c5cd97ee4593107f /res/res_crypto.c
parent6b2d947b6207b12c1f023e6ee5c46032040c36f0 (diff)
normalize code in preparation to module changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19189 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index accabd16b..ea0f05ae6 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -614,7 +614,7 @@ int usecount(void)
return 1;
}
-const char *key()
+const char *key(void)
{
return ASTERISK_GPL_KEY;
}