summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-05-09 15:17:12 +0000
committerOlle Johansson <oej@edvina.net>2006-05-09 15:17:12 +0000
commit2b3ae24942eb21c38ad049443302e6bdaf43e856 (patch)
treee17ce4b161c4e0a3d6dedfeffc37fccd2738e8a1 /include
parentf2bc3c61ccbec69522f58c2142780183f090ec6b (diff)
Formatting fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/pbx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index b2ee2577c..08949a71d 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -31,11 +31,11 @@
extern "C" {
#endif
+#define AST_MAX_APP 32 /*!< Max length of an application */
+
#define AST_PBX_KEEP 0
#define AST_PBX_REPLACE 1
-#define AST_MAX_APP 32 /*!< Max length of an application */
-
/*! \brief Special return values from applications to the PBX { */
#define AST_PBX_KEEPALIVE 10 /*!< Destroy the thread, but don't hang up the channel */
#define AST_PBX_NO_HANGUP_PEER 11