Feature: replace define to pragam once

This commit is contained in:
liuxueli
2024-06-12 03:57:17 +00:00
parent b7d504620e
commit b7cea73101

View File

@@ -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