2019-07-28 10:31:56 +08:00
|
|
|
#ifndef __DGATE_UTIL_INCLUDE_H__
|
2015-07-13 16:28:09 +08:00
|
|
|
#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
|