Feature: replace define to pragam once
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
***********************************************************************************************
|
***********************************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DNS_DECODER_H_
|
#pragma once
|
||||||
#define _DNS_DECODER_H_
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
@@ -284,5 +283,3 @@ void dns_message_additional_resource_record_get0(struct dns_message *msg, struct
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user