This is just step 1 in taking over the world.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2006-08-20 18:03:24 +00:00
parent 6fec811743
commit d371de5bf6

View File

@@ -1705,7 +1705,7 @@ static int skinny_reset_device(int fd, int argc, char *argv[])
static char *device2str(int type)
{
static char *tmp;
char *tmp;
switch (type) {
case SKINNY_DEVICE_NONE:
@@ -2478,7 +2478,7 @@ static int skinny_senddigit(struct ast_channel *ast, char digit)
}
static char *control2str(int ind) {
static char *tmp;
char *tmp;
switch (ind) {
case AST_CONTROL_HANGUP: