From c58934fd46dbde2246cfb55badcc336fd96bd459 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 29 Apr 2003 04:26:41 +0000 Subject: Add missing enum files git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@933 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/enum.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 include/asterisk/enum.h (limited to 'include') diff --git a/include/asterisk/enum.h b/include/asterisk/enum.h new file mode 100755 index 000000000..4f945e95e --- /dev/null +++ b/include/asterisk/enum.h @@ -0,0 +1,20 @@ +/* + * Asterisk -- A telephony toolkit for Linux. + * + * ENUM support + * + * Copyright (C) 1999, Mark Spencer + * + * Mark Spencer + * + * This program is free software, distributed under the terms of + * the GNU General Public License + */ + +#ifndef _ASTERISK_ENUM_H +#define _ASTERISK_ENUM_H +#include +/* Lookup entry in ENUM Returns 1 if found, 0 if not found, -1 on hangup */ +extern int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech); + +#endif -- cgit v1.2.3