mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 10:37:42 +00:00
gsmopen: indent
This commit is contained in:
parent
f97b9ce40c
commit
eb26a9e126
@ -76,7 +76,6 @@
|
|||||||
#endif //WIN32
|
#endif //WIN32
|
||||||
//#include <libteletone.h>
|
//#include <libteletone.h>
|
||||||
|
|
||||||
|
|
||||||
//#include "celliax_spandsp.h"
|
//#include "celliax_spandsp.h"
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
@ -587,7 +586,6 @@ int gsmopen_serial_call(private_t *tech_pvt, char *dstr);
|
|||||||
int gsmopen_serial_call_AT(private_t *tech_pvt, char *dstr);
|
int gsmopen_serial_call_AT(private_t *tech_pvt, char *dstr);
|
||||||
int gsmopen_sendsms(private_t *tech_pvt, char *dest, char *text);
|
int gsmopen_sendsms(private_t *tech_pvt, char *dest, char *text);
|
||||||
|
|
||||||
|
|
||||||
void gsmopen_store_boost(char *s, double *boost);
|
void gsmopen_store_boost(char *s, double *boost);
|
||||||
int gsmopen_sound_boost(void *data, int samples_num, double boost);
|
int gsmopen_sound_boost(void *data, int samples_num, double boost);
|
||||||
int sms_incoming(private_t *tech_pvt);
|
int sms_incoming(private_t *tech_pvt);
|
||||||
|
@ -2468,7 +2468,6 @@ int gsmopen_senddigit(private_t *tech_pvt, char digit)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int gsmopen_sendsms(private_t *tech_pvt, char *dest, char *text)
|
int gsmopen_sendsms(private_t *tech_pvt, char *dest, char *text)
|
||||||
{
|
{
|
||||||
//char *idest = data;
|
//char *idest = data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user