summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-27 19:07:46 +0000
committerMark Spencer <markster@digium.com>2005-02-27 19:07:46 +0000
commit85a0e13c7303dfcf423eedace00ddaf372cfe732 (patch)
tree9f1e5fe39404d9956af0d7ad47e2b60637cd5c30 /include/asterisk/app.h
parent78b9e92af9b655e97c4dab52c2eb3148a686e038 (diff)
Merge mog's ReadFile application (bug #3670)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5099 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/app.h')
-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. */