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:
@@ -8,8 +8,8 @@
|
||||
* Offered for use in the public domain without any warranty.
|
||||
*/
|
||||
|
||||
#ifndef _CONIO_H_
|
||||
#define _CONIO_H_
|
||||
#ifndef CONIO_H
|
||||
#define CONIO_H
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user