aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/srv.h')
-rwxr-xr-xinclude/asterisk/srv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/srv.h b/include/asterisk/srv.h
index df8a411c5..1c3711dae 100755
--- a/include/asterisk/srv.h
+++ b/include/asterisk/srv.h
@@ -13,7 +13,9 @@
#ifndef _ASTERISK_SRV_H
#define _ASTERISK_SRV_H
-#include <asterisk/channel.h>
+
+struct ast_channel;
+
/* Lookup entry in SRV records Returns 1 if found, 0 if not found, -1 on hangup */
extern int ast_get_srv(struct ast_channel *chan, char *host, int hostlen, int *port, const char *service);