aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-27 19:07:46 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-27 19:07:46 +0000
commitc33ca69a5d99391fc96ef19996fad002a3a8712d (patch)
tree9f1e5fe39404d9956af0d7ad47e2b60637cd5c30 /include/asterisk/app.h
parent3f422b8a43f78cc1b1336a204f34dbadbeef0ac2 (diff)
Merge mog's ReadFile application (bug #3670)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5099 f38db490-d61c-443f-a65b-d21fe96a405b
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. */