mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
more fixes for gcc4 warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user