summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_presencestate.c4
-rw-r--r--funcs/func_realtime.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index fa7211288..bbb3cbc1f 100644
--- a/funcs/func_presencestate.c
+++ b/funcs/func_presencestate.c
@@ -22,6 +22,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index d8251f4c6..341a47ed9 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")