mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
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
|