aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/dns.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-07 06:34:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-07 06:34:26 +0000
commit65b5377c36f1bfc1d3937cd7ac8e9629ac7c3855 (patch)
treead1e502f38522f03564511873228bd811e0f4beb /include/asterisk/dns.h
parent94eab2436286e7be5af4c08a9ef3df37b1cc6f7b (diff)
more fixes for gcc4 warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6297 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/dns.h')
-rwxr-xr-xinclude/asterisk/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/dns.h b/include/asterisk/dns.h
index 599c18e6d..66715febd 100755
--- a/include/asterisk/dns.h
+++ b/include/asterisk/dns.h
@@ -22,6 +22,6 @@ struct ast_channel;
\param callback Callback function for handling DNS result
*/
extern int ast_search_dns(void *context, const char *dname, int class, int type,
- int (*callback)(void *context, u_char *answer, int len, u_char *fullanswer));
+ int (*callback)(void *context, char *answer, int len, char *fullanswer));
#endif /* _ASTERISK_DNS_H */