Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

srv.h

Go to the documentation of this file.
00001 /*
00002  * Asterisk -- A telephony toolkit for Linux.
00003  *
00004  * ENUM support
00005  * 
00006  * Copyright (C) 1999, Mark Spencer
00007  *
00008  * Mark Spencer <markster@linux-support.net>
00009  *
00010  * This program is free software, distributed under the terms of
00011  * the GNU General Public License
00012  */
00013 
00014 #ifndef _ASTERISK_SRV_H
00015 #define _ASTERISK_SRV_H
00016 
00017 struct ast_channel;
00018 
00019 /* Lookup entry in SRV records Returns 1 if found, 0 if not found, -1 on hangup */
00020 extern int ast_get_srv(struct ast_channel *chan, char *host, int hostlen, int *port, const char *service);
00021 
00022 #endif

Generated on Thu Nov 29 22:50:24 2007 for Asterisk by  doxygen 1.4.2