aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 15:17:12 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 15:17:12 +0000
commit7f262e2888c96c813900b779ab714562dabd6cb6 (patch)
treee17ce4b161c4e0a3d6dedfeffc37fccd2738e8a1 /include/asterisk/pbx.h
parentf38c5a3817a2221e6492928f36ef1b24ad656e61 (diff)
Formatting fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26131 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/pbx.h')
-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