summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/app.h')
-rw-r--r--include/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index d12b6b6b9..9921344d9 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -308,6 +308,9 @@ struct ast_app_option {
unsigned int arg_index;
};
+#define BEGIN_OPTIONS {
+#define END_OPTIONS }
+
/*!
\brief Declares an array of options for an application.
\param holder The name of the array to be created