mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Wed Feb 25 12:40:44 CST 2009 Pekka Pessi <first.last@nokia.com>
* s2dns: added s2_dns_set_filter() Ignore-this: dc9bf478b6a90d5b351b56c3d77a7ec9 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12283 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
SOFIA_BEGIN_DECLS
|
||||
|
||||
void s2_dns_setup(su_root_t *root);
|
||||
void s2_dns_set_filter(int (*filter)(void *data, size_t len, void *userdata),
|
||||
void *userdata);
|
||||
void s2_dns_teardown(void);
|
||||
|
||||
char const *s2_dns_default(char const *domain);
|
||||
|
Reference in New Issue
Block a user