mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 21:09:47 +00:00
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@163991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,12 +23,17 @@
|
||||
#ifndef _ASTERISK_APP_H
|
||||
#define _ASTERISK_APP_H
|
||||
|
||||
#include "asterisk/strings.h"
|
||||
#include "asterisk/threadstorage.h"
|
||||
|
||||
struct ast_flags64;
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
AST_THREADSTORAGE_EXTERNAL(global_app_buf);
|
||||
|
||||
/* IVR stuff */
|
||||
|
||||
/*! \brief Callback function for IVR
|
||||
|
Reference in New Issue
Block a user