summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_curl.c1
-rw-r--r--res/res_fax.c5
2 files changed, 2 insertions, 4 deletions
diff --git a/res/res_curl.c b/res/res_curl.c
index 411c06e11..08e6aa139 100644
--- a/res/res_curl.c
+++ b/res/res_curl.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>curl</depend>
+ <support_level>core</support_level>
***/
#include "asterisk.h"
diff --git a/res/res_fax.c b/res/res_fax.c
index 50c1c368d..900f21f66 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -36,6 +36,7 @@
/*** MODULEINFO
<conflict>app_fax</conflict>
+ <support_level>core</support_level>
***/
/*! \file
@@ -53,10 +54,6 @@
* \ingroup applications
*/
-/*** MODULEINFO
- <support_level>core</support_level>
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")