acl/lib_acl/samples/dgate/util.h

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