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