Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should...
[asterisk-bristuff.git] / include / asterisk / ast_expr.h
blobbc03313095f464735474bae20f3255b5898a1094
1 /*
2 * Asterisk -- An open source telephony toolkit.
4 * Copyright (C) 1999 - 2005, Digium, Inc.
6 * Mark Spencer <markster@digium.com>
8 * See http://www.asterisk.org for more information about
9 * the Asterisk project. Please do not directly contact
10 * any of the maintainers of this project for assistance;
11 * the project provides a web site, mailing lists and IRC
12 * channels for your use.
14 * This program is free software, distributed under the terms of
15 * the GNU General Public License Version 2. See the LICENSE file
16 * at the top of the source tree.
19 #ifndef _ASTERISK_EXPR_H
20 #define _ASTERISK_EXPR_H
22 #if defined(__cplusplus) || defined(c_plusplus)
23 extern "C" {
24 #endif
26 int ast_expr(char *expr, char *buf, int length);
28 #if defined(__cplusplus) || defined(c_plusplus)
30 #endif
32 #endif /* _ASTERISK_EXPR_H */