From 9d4d8197d0d84518c9c79175aa3d996c81f57008 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 27 Jun 2000 01:16:14 +0000 Subject: [PATCH] add prototypes for string_to_type and type_to_string git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8464 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/resolve.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/roken/resolve.h b/lib/roken/resolve.h index f20dbf61a..f039229c2 100644 --- a/lib/roken/resolve.h +++ b/lib/roken/resolve.h @@ -140,5 +140,7 @@ struct dns_reply{ struct dns_reply* dns_lookup(const char *, const char *); void dns_free_data(struct dns_reply *); +int dns_string_to_type(const char *name); +const char *dns_type_to_string(int type); #endif /* __RESOLVE_H__ */