projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
normalize code in preparation to module changes
[asterisk/asterisk.git]
/
res
/
res_crypto.c
diff --git
a/res/res_crypto.c
b/res/res_crypto.c
index
accabd1
..
ea0f05a
100644
(file)
--- a/
res/res_crypto.c
+++ b/
res/res_crypto.c
@@
-614,7
+614,7
@@
int usecount(void)
return 1;
}
return 1;
}
-const char *key()
+const char *key(void)
{
return ASTERISK_GPL_KEY;
}
{
return ASTERISK_GPL_KEY;
}