2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2011 Daniel Borkmann.
5 * Subject to the GPL, version 2.
21 extern int aslookup(const char *lhost
, struct asrecord
*rec
);
22 extern int aslookup_prepare(const char *server
, const char *port
);
24 #endif /* ASLOOKUP_H */