cleanup C reserved identifer violation (JANITOR-3)
This commit is contained in:
parent
b2ec65a10a
commit
add3ded40a
|
@ -39,8 +39,8 @@ difficult to achieve the precise transcoding procedure laid down in the G.711
|
||||||
specification by other means.
|
specification by other means.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(_G711_H_)
|
#if !defined(FREESWITCH_G711_H)
|
||||||
#define _G711_H_
|
#define FREESWITCH_G711_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _SWITCH_DSO_H
|
#ifndef FREESWITCH_DSO_H
|
||||||
#define _SWITCH_DSO_H
|
#define FREESWITCH_DSO_H
|
||||||
|
|
||||||
typedef int (*switch_dso_func_t) (void);
|
typedef int (*switch_dso_func_t) (void);
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
\ingroup core1
|
\ingroup core1
|
||||||
\{
|
\{
|
||||||
*/
|
*/
|
||||||
#ifndef _SWITCH_NAT_H
|
#ifndef FREESWITCH_NAT_H
|
||||||
#define _SWITCH_NAT_H
|
#define FREESWITCH_NAT_H
|
||||||
|
|
||||||
SWITCH_BEGIN_EXTERN_C typedef enum {
|
SWITCH_BEGIN_EXTERN_C typedef enum {
|
||||||
SWITCH_NAT_TYPE_NONE,
|
SWITCH_NAT_TYPE_NONE,
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
\ingroup core1
|
\ingroup core1
|
||||||
\{
|
\{
|
||||||
*/
|
*/
|
||||||
#ifndef _SWITCH_STUN_PARSER_H
|
#ifndef FREESWITCH_STUN_PARSER_H
|
||||||
#define _SWITCH_STUN_PARSER_H
|
#define FREESWITCH_STUN_PARSER_H
|
||||||
|
|
||||||
SWITCH_BEGIN_EXTERN_C
|
SWITCH_BEGIN_EXTERN_C
|
||||||
#define SWITCH_STUN_DEFAULT_PORT 3478
|
#define SWITCH_STUN_DEFAULT_PORT 3478
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SWITCH_XML_H
|
#ifndef FREESWITCH_XML_H
|
||||||
#define _SWITCH_XML_H
|
#define FREESWITCH_XML_H
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
* Offered for use in the public domain without any warranty.
|
* Offered for use in the public domain without any warranty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CONIO_H_
|
#ifndef CONIO_H
|
||||||
#define _CONIO_H_
|
#define CONIO_H
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(_UDPTL_H_)
|
#if !defined(FREESWITCH_UDPTL_H)
|
||||||
#define _UDPTL_H_
|
#define FREESWITCH_UDPTL_H
|
||||||
|
|
||||||
#define LOCAL_FAX_MAX_DATAGRAM 400
|
#define LOCAL_FAX_MAX_DATAGRAM 400
|
||||||
#define LOCAL_FAX_MAX_FEC_PACKETS 5
|
#define LOCAL_FAX_MAX_FEC_PACKETS 5
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _PABLIO_H
|
#ifndef PORTAUDIO_PABLIO_H
|
||||||
#define _PABLIO_H
|
#define PORTAUDIO_PABLIO_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
* <http://www.OpenLDAP.org/license.html>.
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LUTIL_LDAP_H
|
#ifndef LUTIL_LDAP_H
|
||||||
#define _LUTIL_LDAP_H 1
|
#define LUTIL_LDAP_H
|
||||||
|
|
||||||
#include <ldap_cdefs.h>
|
#include <ldap_cdefs.h>
|
||||||
#include <lber_types.h>
|
#include <lber_types.h>
|
||||||
|
|
Loading…
Reference in New Issue