aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 222dbaeb4..5dc5fbc51 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -132,6 +132,9 @@ int ast_lock_path(const char *path);
/* Unlock a path */
int ast_unlock_path(const char *path);
+/*Read a file into asterisk*/
+char *ast_read_textfile(const char *file);
+
#define GROUP_CATEGORY_PREFIX "GROUP"
/*! Split a group string into group and category, returning a default category if none is provided. */