Add some const.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1714 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-14 17:41:25 +00:00
parent 9325498645
commit 772eb87d89
4 changed files with 16 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ struct dns_reply{
};
struct dns_reply* dns_lookup(char *, char *);
struct dns_reply* dns_lookup(const char *, const char *);
void dns_free_data(struct dns_reply *r);