git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198558
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static char *handle_cli_threadstorage_show_allocations(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
- char *fn = NULL;
+ const char *fn = NULL;
size_t len = 0;
unsigned int count = 0;
struct tls_object *to;
static char *handle_cli_threadstorage_show_summary(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
- char *fn = NULL;
+ const char *fn = NULL;
size_t len = 0;
unsigned int count = 0;
struct tls_object *to;