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
This commit is contained in:
Assar Westerlund
2000-06-27 01:16:14 +00:00
parent 222eec1dad
commit 9d4d8197d0

View File

@@ -140,5 +140,7 @@ struct dns_reply{
struct dns_reply* dns_lookup(const char *, const char *); struct dns_reply* dns_lookup(const char *, const char *);
void dns_free_data(struct dns_reply *); 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__ */ #endif /* __RESOLVE_H__ */