mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
cleanup C reserved identifer violation (JANITOR-3)
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
\ingroup core1
|
||||
\{
|
||||
*/
|
||||
#ifndef _SWITCH_NAT_H
|
||||
#define _SWITCH_NAT_H
|
||||
#ifndef FREESWITCH_NAT_H
|
||||
#define FREESWITCH_NAT_H
|
||||
|
||||
SWITCH_BEGIN_EXTERN_C typedef enum {
|
||||
SWITCH_NAT_TYPE_NONE,
|
||||
|
||||
Reference in New Issue
Block a user