summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-01-11 14:51:30 +0000
committerTom Gundersen <teg@jklm.no>2014-01-11 15:03:25 +0000
commit1783d89719a9bf346f20f70b388eb4b06e4d5988 (patch)
tree214c2dbeb69a1925b63b5a74438c61663c720c38 /src/libsystemd-bus
parente963e3ada17e7592ad499b9d7fbb3355287a05ca (diff)
sd-dns: cleanup public header
Don't include internal headers Update license text Use _SD_BEGIN/END_DECLARATIONS
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r--src/libsystemd-bus/dns-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/dns-util.h b/src/libsystemd-bus/dns-util.h
index 31d19bd95a..0ca91e0ad9 100644
--- a/src/libsystemd-bus/dns-util.h
+++ b/src/libsystemd-bus/dns-util.h
@@ -1,5 +1,7 @@
#pragma once
+#include "util.h"
+
DEFINE_TRIVIAL_CLEANUP_FUNC(asyncns_t*, asyncns_free);
DEFINE_TRIVIAL_CLEANUP_FUNC(unsigned char *, asyncns_freeanswer);
DEFINE_TRIVIAL_CLEANUP_FUNC(struct addrinfo*, asyncns_freeaddrinfo);