summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-03-27 16:21:10 +0000
committerRussell Bryant <russell@russellbryant.com>2009-03-27 16:21:10 +0000
commit2a4f9f7181042e2f2bd7fd2044aed706b23f8c3d (patch)
treec129f27145243772d95520bb1dcc341e548d40e1 /include/asterisk
parentb101b68e2faf6a6065979d506d779c6606dec58f (diff)
Change global_app_buf to ast_str_thread_global_buf.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 01da28381..8e0d86952 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -32,7 +32,7 @@ struct ast_flags64;
extern "C" {
#endif
-AST_THREADSTORAGE_EXTERNAL(global_app_buf);
+AST_THREADSTORAGE_EXTERNAL(ast_str_thread_global_buf);
/* IVR stuff */