Add data structures and functions to represent and manipulate RRs
authorJakub Hrozek <jakub.hrozek@gmail.com>
Sun, 23 Nov 2014 15:47:55 +0000 (16:47 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 27 Nov 2014 14:59:04 +0000 (15:59 +0100)
commit1935ee8184adb0c04bc11374d057421ae2c6b574
treeb11cdde25244d4055b86dd59b960f3328d6a71cd
parent80151f6faa9c5caac8f23c9826e90eaac7003037
Add data structures and functions to represent and manipulate RRs

Adds a structure that, using unions represents all supported RRs. Add a
bunch of utility functions that can be used to create these structures.

Currently the functions are unused.

Signed-off-by: Jakub Hrozek <jakub.hrozek@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
src/resolv_wrapper.c