mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
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:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user