Whitespace fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2006-07-14 06:03:41 +00:00
parent d8ccfb6711
commit 954b0dd624
1 changed files with 258 additions and 262 deletions

View File

@ -297,8 +297,7 @@ struct vm_state {
int starting; int starting;
int repeats; int repeats;
}; };
static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms, int msg, static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms, int msg, int option, signed char record_gain);
int option, signed char record_gain);
static int dialout(struct ast_channel *chan, struct ast_vm_user *vmu, char *num, char *outgoing_context); static int dialout(struct ast_channel *chan, struct ast_vm_user *vmu, char *num, char *outgoing_context);
static int play_record_review(struct ast_channel *chan, char *playfile, char *recordfile, int maxtime, static int play_record_review(struct ast_channel *chan, char *playfile, char *recordfile, int maxtime,
char *fmt, int outsidecaller, struct ast_vm_user *vmu, int *duration, const char *unlockdir, char *fmt, int outsidecaller, struct ast_vm_user *vmu, int *duration, const char *unlockdir,
@ -3310,8 +3309,7 @@ static int get_folder2(struct ast_channel *chan, char *fn, int start)
return res; return res;
} }
static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfts, static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfts, char *context, signed char record_gain)
char *context, signed char record_gain)
{ {
int cmd = 0; int cmd = 0;
int retries = 0; int retries = 0;
@ -3411,8 +3409,7 @@ static int notify_new_message(struct ast_channel *chan, struct ast_vm_user *vmu,
return 0; return 0;
} }
static int forward_message(struct ast_channel *chan, char *context, char *dir, int curmsg, struct ast_vm_user *sender, static int forward_message(struct ast_channel *chan, char *context, char *dir, int curmsg, struct ast_vm_user *sender, char *fmt, int flag, signed char record_gain)
char *fmt, int flag, signed char record_gain)
{ {
char username[70]=""; char username[70]="";
char sys[256]; char sys[256];
@ -3813,7 +3810,7 @@ static int play_message_duration(struct ast_channel *chan, struct vm_state *vms,
int durationm; int durationm;
int durations; int durations;
/* Verify that we have a duration for the message */ /* Verify that we have a duration for the message */
if((duration == NULL)) if (duration == NULL)
return res; return res;
/* Convert from seconds to minutes */ /* Convert from seconds to minutes */
@ -6717,8 +6714,7 @@ static int dialout(struct ast_channel *chan, struct ast_vm_user *vmu, char *num,
return 0; return 0;
} }
static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms, int msg, static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms, int msg, int option, signed char record_gain)
int option, signed char record_gain)
{ {
int res = 0; int res = 0;
char filename[256],*origtime, *cid, *context, *name, *num; char filename[256],*origtime, *cid, *context, *name, *num;