acl/app/jaws/global/dns_lookup.h

18 lines
278 B
C
Raw Normal View History

#ifndef __DNS_LOOKUP_INCLUDE_H__
2014-11-19 00:25:21 +08:00
#define __DNS_LOOKUP_INCLUDE_H__
#include "dns.h"
#include "service_struct.h"
#ifdef __cplusplus
extern "C" {
#endif
void dns_lookup(CLIENT_ENTRY *entry, const char *domain, int port);
#ifdef __cplusplus
}
#endif
#endif