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:
		@@ -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__ */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user