Module: wine Branch: refs/heads/master Commit: 4cbbce8ea6cef81eb5f0e4cc0dc95b05af3b2c32 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4cbbce8ea6cef81eb5f0e4cc...
Author: Hans Leidekker hans@it.vu.nl Date: Mon May 29 12:47:19 2006 +0200
dnsapi: Add DNS message parsing routines from BIND.
---
dlls/dnsapi/Makefile.in | 2 dlls/dnsapi/dnsapi.h | 5 dlls/dnsapi/ns_name.c | 708 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/dnsapi/ns_parse.c | 196 +++++++++++++ 4 files changed, 911 insertions(+), 0 deletions(-) create mode 100644 dlls/dnsapi/ns_name.c create mode 100644 dlls/dnsapi/ns_parse.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4cbbce8ea6cef81eb5f0...