Merge mog's ReadFile application (bug #3670)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5099 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-27 19:07:46 +00:00
parent 78b9e92af9
commit 85a0e13c73
5 changed files with 155 additions and 1 deletions

View File

@@ -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. */