2 * Asterisk -- A telephony toolkit for Linux.
4 * Application convenience functions, designed to give consistent
5 * look and feel to asterisk apps.
7 * Copyright (C) 1999, Mark Spencer
9 * Mark Spencer <markster@linux-support.net>
11 * This program is free software, distributed under the terms of
12 * the GNU General Public License
15 #ifndef _ASTERISK_APP_H
16 #define _ASTERISK_APP_H
18 #if defined(__cplusplus) || defined(c_plusplus)
21 extern int ast_app_getdata(struct ast_channel *c, char *prompt, char *s, int maxlen, int timeout);
23 #if defined(__cplusplus) || defined(c_plusplus)