mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
16 lines
237 B
C
16 lines
237 B
C
#ifndef __DGATE_UTIL_INCLUDE_H__
|
|
#define __DGATE_UTIL_INCLUDE_H__
|
|
|
|
#include "lib_acl.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
ACL_ARGV *res_a_create(const rfc1035_rr *answer, int n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|