mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Add "Loopback" switch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <asterisk/chanvars.h>
|
||||
#include <asterisk/logger.h>
|
||||
|
||||
struct ast_var_t *ast_var_assign(char *name, char *value)
|
||||
struct ast_var_t *ast_var_assign(const char *name, const char *value)
|
||||
{
|
||||
int i;
|
||||
struct ast_var_t *var;
|
||||
|
||||
Reference in New Issue
Block a user